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


IJoinParcelManager.RemoveJoinLink Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IJ > IJoinParcelManager Interface > IJoinParcelManager.RemoveJoinLink Method
ArcGIS Developer Help

IJoinParcelManager.RemoveJoinLink Method

Remove a join link.

[Visual Basic .NET]
Public Sub RemoveJoinLink ( _
    ByVal isNetworkPt As Boolean, _
    ByVal ptID As Integer _
)
[C#]
public void RemoveJoinLink (
    bool isNetworkPt,
    int ptID
);

Product Availability

Available with ArcGIS Desktop.

See Also

IJoinParcelManager Interface