ArcObjects Library Reference (Display)  

INewRectangleFeedback.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

INewRectangleFeedback Interface