ArcObjects Library Reference (CadastralUI)  

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