- buffer
A record variable of type PointData in which to put the retrieved point.
- index
The 1 based index of the point to retrieve.
The definition of the PointData record type is as follows:
Type PointData
X As Double
Y As Double
Z As Double
End Type