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


INewTextBezierCurveFeedback.Start Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

INewTextBezierCurveFeedback.Start Method

Begins a normal feedback at the given point.

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

Parameters Point [in]
Point is a parameter of type IPoint ReferenceScale [in] ReferenceScale is a parameter of type double

Product Availability

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

See Also

INewTextBezierCurveFeedback Interface