This document is archived and information here might be outdated. Recommended version. |
Begins a move feedback of the given shape.
[Visual Basic .NET] Public Sub StartStraight ( _ ByVal textGeometry As IGeometry, _ ByVal labelWidth As Double, _ ByVal labelHeight As Double, _ ByVal ReferenceScale As Double, _ ByVal Point As IPoint, _ ByVal Offset As Double, _ ByVal Parallel As Boolean, _ ByVal Constraint As esriMoveTextConstraints _ )
[C#] public void StartStraight ( IGeometry textGeometry, double labelWidth, double labelHeight, double ReferenceScale, IPoint Point, double Offset, bool Parallel, esriMoveTextConstraints Constraint );
[C++]
HRESULT StartStraight(
IGeometry* textGeometry,
double labelWidth,
double labelHeight,
double ReferenceScale,
IPoint* Point,
double Offset,
VARIANT_BOOL Parallel,
esriMoveTextConstraints Constraint
);
[C++] Parameters textGeometry [in]
textGeometry is a parameter of type IGeometry* labelWidth [in]
labelWidth is a parameter of type double labelHeight [in]
labelHeight is a parameter of type double ReferenceScale [in]
ReferenceScale is a parameter of type double Point [in]
Point is a parameter of type IPoint* Offset [in]
Offset is a parameter of type double Parallel [in]
Parallel is a parameter of type bool Constraint [in]
Constraint is a parameter of type esriMoveTextConstraints