COM object EvConvolutionCellsCollection

EvApplication > EvFile > EvVariablesCollection > EvVariableBase As EvVariableVirtual > EvVariableAcousticProperties > EvConvolutionCellsCollection

View the Echoview COM object hierarchy and the Echoview summary of COM objects.

The EvConvolutionCellsCollection object gives you access to information about settings on the Convolution page of the Variable Properties dialog box of the acoustic variable via the EvVariableAcousticProperties.ConvolutionCells property.

The following EvConvolutionCellsCollection properties are detailed below:

Properties: Collections, Classes and Members

Item
Count

EvConvolutionCellsCollection implements the following properties:

EvConvolutionCellsCollection properties

Description

Item

(read-write) double Item(index)

Summary

Access or change the value for the cells in the convolution kernel. The cells in the kernel are indexed sequentially by row-column order.

For example a 2x2 kernel is indexed in the following way:

Index
Cell position
0
r1c1
1
r1c2
2
r2c1
3
r2c2

Count

(read-only) integer Count

Summary

Access the value for the number of cells in the convolution kernel.

See also

Scripting with COM objects