This document is archived and information here might be outdated. Recommended version. |
Retrieves the construction point at the given index. Coordinates are in meters.
[Visual Basic .NET]
Public Sub GetConstructionPoint ( _
ByVal i As Integer, _
ByRef pUnjoinedPointNo As Integer, _
ByRef pX As Double, _
ByRef pY As Double _
)
[C#]
public void GetConstructionPoint (
int i,
ref int pUnjoinedPointNo,
ref double pX,
ref double pY
);
[C++]
HRESULT GetConstructionPoint(
long i,
System.Int32* pUnjoinedPointNo,
System.Double* pX,
System.Double* pY
);
[C++] Parameters i [in]
i is a parameter of type long pUnjoinedPointNo [in, out]
pUnjoinedPointNo is a parameter of type long* pX [in, out]
pX is a parameter of type double* pY [in, out]
pY is a parameter of type double*