ArcObjects Library Reference (CadastralUI)  

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