ImageGear .NET v24.12 - Updated
IsLimitDepth Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : IsLimitDepth Property
Gets or sets a value indicating whether to limit the surface depth.
Syntax
'Declaration
 
Public Property IsLimitDepth As Boolean
'Usage
 
Dim instance As ImGearIsosurfaceOptions
Dim value As Boolean
 
instance.IsLimitDepth = value
 
value = instance.IsLimitDepth
public bool IsLimitDepth {get; set;}
public: __property bool get_IsLimitDepth();
public: __property void set_IsLimitDepth( 
   bool value
);
public:
property bool IsLimitDepth {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
The default value is false.
See Also

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members