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


IMoveCurvedTextFeedback.FollowShape Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveCurvedTextFeedback Interface > IMoveCurvedTextFeedback.FollowShape Method
ArcGIS Developer Help

IMoveCurvedTextFeedback.FollowShape Method

Specify the shape to follow.

[Visual Basic .NET]
Public Sub FollowShape ( _
    ByVal featureGeometry As IGeometry, _
    ByVal ReferenceScale As Double _
)
[C#]
public void FollowShape (
    IGeometry featureGeometry,
    double ReferenceScale
);
[C++]
HRESULT FollowShape(
  IGeometry* featureGeometry,
  double ReferenceScale
);
[C++]
Parameters
featureGeometry [in]

featureGeometry is a parameter of type IGeometry* ReferenceScale [in]
ReferenceScale is a parameter of type double

Product Availability

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

See Also

IMoveCurvedTextFeedback Interface