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


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

IParcelConstruction3.SetOriginPoint Method

Origin point ID, at coordinate x/y. Other points are calculated from this location. Only applies to the construction environment.

[Visual Basic .NET]
Public Sub SetOriginPoint ( _
    ByVal PointID As Integer, _
    ByVal X As Double, _
    ByVal Y As Double _
)
[C#]
public void SetOriginPoint (
    int PointID,
    double X,
    double Y
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction3 Interface