C#
VB
C++
Gets or sets the amount of variance tolerated in the border.
[DataMemberAttribute(Name="Variance", IsRequired=true)]
public int Variance { get; set; }
<DataMemberAttribute(Name="Variance", IsRequired=True)>
Public Property Variance As Integer
[DataMemberAttribute(Name="Variance", IsRequired=true)]
public:
property int Variance {
int get();
void set ( int );
}
Amount of variance tolerated in the border. If the border varies significantly in thickness, you should use a higher value for Variance. Range is from 0 to 10.
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