This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionJoinLinks Interface > IConstructionJoinLinks.AddJoinLink Method (ArcObjects .NET 10.5 SDK) |
Adds a join link to the parcel construction data.
[Visual Basic .NET] Public Sub AddJoinLink ( _ ByVal JoinedPointNo As Integer, _ ByVal UnjoinedPointNo As Integer, _ ByVal fromPointNo As Integer, _ ByVal toPointNo As Integer, _ ByVal ParcelNo As Integer _ )
[C#] public void AddJoinLink ( int JoinedPointNo, int UnjoinedPointNo, int fromPointNo, int toPointNo, int ParcelNo );
[C++]
HRESULT AddJoinLink(
long JoinedPointNo,
long UnjoinedPointNo,
long fromPointNo,
long toPointNo,
long ParcelNo
);
[C++]
Parameters JoinedPointNo [in] JoinedPointNo is a parameter of type long UnjoinedPointNo [in] UnjoinedPointNo is a parameter of type long fromPointNo [in] fromPointNo is a parameter of type long toPointNo [in] toPointNo is a parameter of type long ParcelNo [in] ParcelNo is a parameter of type long