ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearIsosurfaceOptions Class / LowExcluRange Property




In This Topic
    LowExcluRange Property
    In This Topic
    Gets or sets the lower limit of the exclusion range.
    Syntax
    'Declaration
     
    Public Property LowExcluRange As Integer
    'Usage
     
    Dim instance As ImGearIsosurfaceOptions
    Dim value As Integer
     
    instance.LowExcluRange = value
     
    value = instance.LowExcluRange
    public int LowExcluRange {get; set;}
    public: __property int get_LowExcluRange();
    public: __property void set_LowExcluRange( 
       int value
    );
    public:
    property int LowExcluRange {
       int get();
       void set (    int value);
    }

    Property Value

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