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


IMaplexPlacedLabel.TextPath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.TextPath Property
ArcGIS Developer Help

IMaplexPlacedLabel.TextPath Property

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.

See Also

IMaplexPlacedLabel Interface