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


IParcelConstruction4.GetEndPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction4 Interface > IParcelConstruction4.GetEndPoint Method
ArcGIS Developer Help

IParcelConstruction4.GetEndPoint Method

End point ID, x and y.

[Visual Basic .NET]
Public Function GetEndPoint ( _
    ByRef PointID As Integer, _
    ByRef X As Double _
) As Double
[C#]
public double GetEndPoint (
    ref int PointID,
    ref double X
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface