This property is updated with the number of pixels on one side of the square (neighborhood) used for averaging.
public int Dimension { get; }
Public ReadOnly Property Dimension As Integer
public int Dimension {get;}
@property (nonatomic, assign, readonly) NSUInteger dimension
public int getDimension()
get_Dimension();
public:
property int Dimension {
int get();
}
Number of pixels on one side of the square (neighborhood) used for averaging. Usually an odd number such as 3 or 5 is used. If you specify an even number, the target pixel is the one northwest of the midpoint. This property only accepts positive values.
Refer to SpatialFilterCommand()
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET