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


IMoveTextFeedback.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 > IMoveTextFeedback Interface > IMoveTextFeedback.Start Method
ArcGIS Developer Help

IMoveTextFeedback.Start Method

Begins a move feedback of the given shape.

[Visual Basic .NET]
Public Sub Start ( _
    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 Start (
    IGeometry textGeometry,
    double labelWidth,
    double labelHeight,
    double ReferenceScale,
    IPoint Point,
    double Offset,
    bool Parallel,
    esriMoveTextConstraints Constraint
);
[C++]
HRESULT Start(
  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

Product Availability

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

See Also

IMoveTextFeedback Interface