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


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

IConstructionJoinLinks.GetJoinLink Method

Retrieves the join link at the given index.

[Visual Basic .NET]
Public Sub GetJoinLink ( _
    ByVal i As Integer, _
    ByRef JoinedPointNo As Integer, _
    ByRef UnjoinedPointNo As Integer, _
    ByRef fromPointNo As Integer, _
    ByRef toPointNo As Integer, _
    ByRef ParcelNo As Integer _
)
[C#]
public void GetJoinLink (
    int i,
    ref int JoinedPointNo,
    ref int UnjoinedPointNo,
    ref int fromPointNo,
    ref int toPointNo,
    ref int ParcelNo
);
[C++]
HRESULT GetJoinLink(
  long i,
  long* JoinedPointNo,
  long* UnjoinedPointNo,
  long* fromPointNo,
  long* toPointNo,
  long* ParcelNo
);
[C++]

Parameters i [in] i is a parameter of type long JoinedPointNo [in, out] JoinedPointNo is a parameter of type long UnjoinedPointNo [in, out] UnjoinedPointNo is a parameter of type long fromPointNo [in, out] fromPointNo is a parameter of type long toPointNo [in, out] toPointNo is a parameter of type long ParcelNo [in, out] ParcelNo is a parameter of type long

Product Availability

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

See Also

IConstructionJoinLinks Interface