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


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

IMoveCurvedTextFeedback.Start Method

Begins a move feedback of the given shape.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal fromPoint As IPoint, _
    ByVal ReferenceScale As Double, _
    ByVal cursorPoint As IPoint, _
    ByVal Offset As Double, _
    ByVal Constraint As esriMoveTextConstraints, _
    ByVal flipped As Boolean _
)
[C#]
public void Start (
    IPoint fromPoint,
    double ReferenceScale,
    IPoint cursorPoint,
    double Offset,
    esriMoveTextConstraints Constraint,
    bool flipped
);
[C++]
HRESULT Start(
  IPoint* fromPoint,
  double ReferenceScale,
  IPoint* cursorPoint,
  double Offset,
  esriMoveTextConstraints Constraint,
  VARIANT_BOOL flipped
);
[C++]
Parameters
fromPoint [in]

fromPoint is a parameter of type IPoint* ReferenceScale [in]
ReferenceScale is a parameter of type double cursorPoint [in]
cursorPoint is a parameter of type IPoint* Offset [in]
Offset is a parameter of type double Constraint [in]
Constraint is a parameter of type esriMoveTextConstraints flipped [in]
flipped is a parameter of type bool

Product Availability

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

See Also

IMoveCurvedTextFeedback Interface