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


IRotateTextFeedback.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRotateTextFeedback Interface > IRotateTextFeedback.Start Method
ArcGIS Developer Help

IRotateTextFeedback.Start Method

Begins a new feedback.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal cursorPosition As IPoint, _
    ByVal ReferenceScale As Double _
)
[C#]
public void Start (
    IPoint cursorPosition,
    double ReferenceScale
);
[C++]
HRESULT Start(
  IPoint* cursorPosition,
  double ReferenceScale
);
[C++]
Parameters
cursorPosition [in]

cursorPosition is a parameter of type IPoint* ReferenceScale [in]
ReferenceScale is a parameter of type double

Product Availability

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

See Also

IRotateTextFeedback Interface