ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback