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


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

IParcelConstruction4.SetEndPoint Method

End point ID, at coordinate x/y.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface