This document is archived and information here might be outdated. Recommended version. |
The 1-based point's record number.
[Visual Basic .NET] Public Property PointID As Double
[C#] public double PointID {get; set;}
[C++]
HRESULT get_PointID(
double pID
);
[C++]
HRESULT put_PointID(
System.Double* pID
);
[C++]
Parameters pID [in]
pID is a parameter of type double pID [out, retval]
pID is a parameter of type double*