ArcObjects Library Reference (Display)  

IMoveTextFeedback.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

IMoveTextFeedback Interface