ImageGear .NET v24.12 - Updated
HighExcluRange Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : HighExcluRange Property
Gets or sets the upper limit of the exclusion range.
Syntax
'Declaration
 
Public Property HighExcluRange As Integer
'Usage
 
Dim instance As ImGearIsosurfaceOptions
Dim value As Integer
 
instance.HighExcluRange = value
 
value = instance.HighExcluRange
public int HighExcluRange {get; set;}
public: __property int get_HighExcluRange();
public: __property void set_HighExcluRange( 
   int value
);
public:
property int HighExcluRange {
   int get();
   void set (    int value);
}

Property Value

Any valid integer value.
Remarks
The default value is 0.
See Also

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members