ArcObjects Library Reference (Display)  

INewArcFeedback.SetEndpoint Method

Fix the to point of the arc.

[Visual Basic .NET]
Public Sub SetEndpoint ( _
    ByVal Point As IPoint _
)
[C#]
public void SetEndpoint (
    IPoint Point
);
[C++]
HRESULT SetEndpoint(
  IPoint* Point
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INewArcFeedback Interface