This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IResizeTextFeedback Interface > IResizeTextFeedback.Start Method (ArcObjects .NET 10.4 SDK) |
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