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