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


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

IConstructionPoints.GetConstructionPoint Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConstructionPoints Interface