C#
VB
C++
Gets or sets the size of the averaging neighborhood.
[DataMemberAttribute(Name="Dimension", IsRequired=true)]
public int Dimension { get; set; }
<DataMemberAttribute(Name="Dimension", IsRequired=True)>
Public Property Dimension As Integer
[DataMemberAttribute(Name="Dimension", IsRequired=true)]
public:
property int Dimension {
int get();
void set ( int );
}
Size of the averaging neighborhood. It is the length, in pixels, of one side of a square.
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