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


IParcelConstruction4.GetOriginPoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelConstruction4.GetOriginPoint Method

Origin point ID, x and y.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface