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


INewEllipseFeedback.SetPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

INewEllipseFeedback.SetPoint Method

Set the location of the second location.

[Visual Basic .NET]
Public Sub SetPoint ( _
    ByVal Point As IPoint _
)
[C#]
public void SetPoint (
    IPoint Point
);
[C++]
HRESULT SetPoint(
  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

INewEllipseFeedback Interface