ArcObjects Library Reference (Maplex)  

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