ReadFastPointCloudBase.Coordinates Property

Array with the x, y, z coordinates of the points.
Public Property Coordinates() As Double() 
Get 
Protected Set(ByVal Value As As Double())
This language is not supported or no code example is available.
public double[] Coordinates {get; protected set;}
This language is not supported or no code example is available.

Property Value

double[]
Remarks
 
It's filled only when FillCoordinates is true

.NET Framework

Supported in: 4.8

In this article

Definition