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 VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.