This document is archived and information here might be outdated. Recommended version. |
Initial reference point coordinates of joining parcel.
[Visual Basic .NET]
Public Sub GetStartPointCoords ( _
ByRef pX As Double, _
ByRef pY As Double _
)
[C#]
public void GetStartPointCoords (
ref double pX,
ref double pY
);