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