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); }
'Declaration Public Property IsLimitDepth As Boolean
'Usage Dim instance As ImGearIsosurfaceOptions Dim value As Boolean instance.IsLimitDepth = value value = instance.IsLimitDepth
ImGearIsosurfaceOptions Class ImGearIsosurfaceOptions Members