This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveTextAlongShapeFeedback Interface > IMoveTextAlongShapeFeedback.FollowShape Method (ArcObjects .NET 10.5 SDK) |
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