ArcObjects Library Reference (Maplex)  

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