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


ICadastralJoin.RemoveJoinLink Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralJoin Interface > ICadastralJoin.RemoveJoinLink Method
ArcGIS Developer Help

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