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


IConstructionPoints.GetConstructionPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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,
  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.

See Also

IConstructionPoints Interface