This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionPoints Interface > IConstructionPoints.GetConstructionPoint Method (ArcObjects .NET 10.5 SDK) |
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