This document is archived and information here might be outdated. Recommended version. |
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*