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


INewArcFeedback.SetEndpoint Method (ArcObjects .NET 10.5 SDK)
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