'Declaration Public Property SurfaceDepth As Integer
'Usage Dim instance As ImGearIsosurfaceOptions Dim value As Integer instance.SurfaceDepth = value value = instance.SurfaceDepth
public int SurfaceDepth {get; set;}
NOTE: In effect only if IsLimitDepth property of the same ImGearIsosurfaceOptions class object is true.
'Declaration Public Property SurfaceDepth As Integer
'Usage Dim instance As ImGearIsosurfaceOptions Dim value As Integer instance.SurfaceDepth = value value = instance.SurfaceDepth
public int SurfaceDepth {get; set;}