This document is archived and information here might be outdated. Recommended version. |
Create a new Join Link from the parcel to the network. Returns the positional index of the record
[Visual Basic .NET]
Public Function CreateJoinLink ( _
ByVal NetworkPt As Integer, _
ByVal ParcelPt As Integer _
) As Integer
[C#]
public int CreateJoinLink (
int NetworkPt,
int ParcelPt
);