This document is archived and information here might be outdated.  Recommended version.


ICadastralJoin.RemoveJoinLink Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.RemoveJoinLink Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface