'Declaration
Public Property NPlanes As Nullable(Of Integer)
'Usage
Dim instance As CylindricShape3D Dim value As Nullable(Of Integer) instance.NPlanes = value value = instance.NPlanes
public Nullable<int> NPlanes {get; set;}
'Declaration
Public Property NPlanes As Nullable(Of Integer)
'Usage
Dim instance As CylindricShape3D Dim value As Nullable(Of Integer) instance.NPlanes = value value = instance.NPlanes
public Nullable<int> NPlanes {get; set;}