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


ICadastralJoin.CreateJoinLink 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.CreateJoinLink Method
ArcGIS Developer Help

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