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


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

IConstructionAdjustment.GetEndPoint Method

The end point for the adjustment.

[Visual Basic .NET]
Public Sub GetEndPoint ( _
    ByRef UnjoinedPointNo As Integer, _
    ByRef x As Double, _
    ByRef y As Double _
)
[C#]
public void GetEndPoint (
    ref int UnjoinedPointNo,
    ref double x,
    ref double y
);
[C++]
HRESULT GetEndPoint(
  System.Int32* UnjoinedPointNo,
  System.Double* x,
  System.Double* y
);
[C++]
Parameters
UnjoinedPointNo [in, out]

UnjoinedPointNo is a parameter of type long* x [in, out]
x is a parameter of type double* y [in, out]
y is a parameter of type double*

Product Availability

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

See Also

IConstructionAdjustment Interface