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