This document is archived and information here might be outdated. Recommended version. |
Get a join parcel point co-ords.
[Visual Basic .NET]
Public Sub GetJoinParcelPoint ( _
ByVal Id As Integer, _
ByRef pX As Double, _
ByRef pY As Double _
)
[C#]
public void GetJoinParcelPoint (
int Id,
ref double pX,
ref double pY
);