Text path geometry for positioning the text.
[Visual Basic .NET] Public Property TextPath As IGeometry
[C#] public IGeometry TextPath {get; set;}
[C++]
HRESULT get_TextPath(
IGeometry** shape
);
[C++]
HRESULT put_TextPath(
IGeometry* shape
);
[C++]Parameters
shape [out, retval]shape is a parameter of type IGeometry
shape [in]shape is a parameter of type IGeometry
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Maplex Extension.