ArcObjects Library Reference (Display)  

IResizeTextFeedback.Start Method

Begins a resize feedback of the given text symbol.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal TextSymbol As ITextSymbol, _
    ByVal textGeom As IGeometry, _
    ByVal ReferenceScale As Double, _
    ByVal envelope As IGeometry, _
    ByVal Point As IPoint _
)
[C#]
public void Start (
    ITextSymbol TextSymbol,
    IGeometry textGeom,
    double ReferenceScale,
    IGeometry envelope,
    IPoint Point
);
[C++]
HRESULT Start(
  ITextSymbol* TextSymbol,
  IGeometry* textGeom,
  double ReferenceScale,
  IGeometry* envelope,
  IPoint* Point
);
[C++]

Parameters

TextSymbol [in]

  TextSymbol is a parameter of type ITextSymbol

textGeom [in]

  textGeom is a parameter of type IGeometry

ReferenceScale [in]   ReferenceScale is a parameter of type double envelope [in]

  envelope is a parameter of type IGeometry

Point [in]

  Point is a parameter of type IPoint

Product Availability

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

See Also

IResizeTextFeedback Interface