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


IMaplexPlacedLabel.TextPathType 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.TextPathType Property
ArcGIS Developer Help

IMaplexPlacedLabel.TextPathType Property

Type of text path.

[Visual Basic .NET]
Public Property TextPathType As esriMaplexTextPathType
[C#]
public esriMaplexTextPathType TextPathType {get; set;}
[C++]
HRESULT get_TextPathType(
  esriMaplexTextPathType* TextPathType
);
[C++]
HRESULT put_TextPathType(
  esriMaplexTextPathType TextPathType
);
[C++]
Parameters
TextPathType [out, retval]

TextPathType is a parameter of type esriMaplexTextPathType* TextPathType [in]
TextPathType is a parameter of type esriMaplexTextPathType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMaplexPlacedLabel Interface