This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction2 Interface > IParcelConstruction2.SetOriginPoint Method (ArcObjects .NET 10.5 SDK) |
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 );