This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveTextAlongShapeFeedback Interface > IMoveTextAlongShapeFeedback.StartCurved Method (ArcObjects .NET 10.4 SDK) |
Begins a move feedback of the given shape.
[Visual Basic .NET] Public Sub StartCurved ( _ 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 StartCurved ( IPoint fromPoint, double ReferenceScale, IPoint cursorPoint, double Offset, esriMoveTextConstraints Constraint, bool flipped );
[C++]
HRESULT StartCurved(
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