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.
See Also