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


IParcelConstruction4.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 > IParcelConstruction4 Interface > IParcelConstruction4.SetOriginPoint Method
ArcGIS Developer Help

IParcelConstruction4.SetOriginPoint Method

Origin point ID, at coordinate x/y. If forceAssignment, then point does not need to exist.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface