ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyle.TextLine Property

Specifies the line symbol used to symbolize graphic text.

ERROR: Syntax information about IFEGraphicStyle.TextLine may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_TextLine(
  ILineSymbol** ppLine
);
[C++]
HRESULT putref_TextLine(
  ILineSymbol* ppLine
);
[C++]

Parameters

ppLine [out, retval]

  ppLine is a parameter of type ILineSymbol

ppLine [in]

  ppLine is a parameter of type ILineSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphicStyle Interface