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


IConstructionJoinLinks.AddJoinLink Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionJoinLinks.AddJoinLink Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConstructionJoinLinks Interface