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


ISimpleTextSymbol.TextPath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleTextSymbol Interface > ISimpleTextSymbol.TextPath Property
ArcGIS Developer Help

ISimpleTextSymbol.TextPath Property

Path of text baseline.

[Visual Basic .NET]
Public Property TextPath As ITextPath
[C#]
public ITextPath TextPath {get; set;}
[C++]
HRESULT get_TextPath(
  ITextPath** TextPath
);
[C++]
HRESULT putref_TextPath(
  ITextPath* TextPath
);
[C++]
Parameters
TextPath [out, retval]

TextPath is a parameter of type ITextPath** TextPath [in]
TextPath is a parameter of type ITextPath*

Product Availability

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

Description

TextPath sets or returns a TextPath object.

See Also

ISimpleTextSymbol Interface

.NET Samples

Draw text on a MapControl