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,
long* pUnjoinedPointNo,
double* pX,
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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.