This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralJoin Interface > ICadastralJoin.CreateJoinLink Method (ArcObjects .NET 10.4 SDK) |
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 );