PointCloud(Int32, Single, natureType) Constructor

Point list, point size and point cloud nature constructor.
Public Sub New( _ 
ByVal numPoints As Integer, _ 
ByVal pointSize As Single, _ 
ByVal nature As natureType
)
This language is not supported or no code example is available.
public PointCloud( 
int numPoints
float pointSize
natureType nature 
)
This language is not supported or no code example is available.

Parameters

numPoints
int

Number of point the point cloud will hold

pointSize
float

On screen point size

nature
natureType

The point cloud nature

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition