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


IConstructionJoinLinks.GetJoinLink Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionJoinLinks Interface > IConstructionJoinLinks.GetJoinLink Method
ArcGIS Developer Help

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,
  System.Int32* JoinedPointNo,
  System.Int32* UnjoinedPointNo,
  System.Int32* fromPointNo,
  System.Int32* toPointNo,
  System.Int32* 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