This document is archived and information here might be outdated. Recommended version. |
Remove a the Join Link from the parcel point to the network point.
[Visual Basic .NET]
Public Sub RemoveJoinLink ( _
ByVal isNetworkPoint As Boolean, _
ByVal pointID As Integer _
)
[C#]
public void RemoveJoinLink (
bool isNetworkPoint,
int pointID
);