ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.CreateJoinLink Method

Create a new Join Link from the parcel to the network. Returns the positional index of the record

[Visual Basic .NET]
Public Function CreateJoinLink ( _
    ByVal NetworkPt As Integer, _
    ByVal ParcelPt As Integer _
) As Integer
[C#]
public int CreateJoinLink (
    int NetworkPt,
    int ParcelPt
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface