ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2.TextSymbol Property

Specifies the text symbol used to symbolize font based attribute text.

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

[C++]
HRESULT get_TextSymbol(
  ITextSymbol** ppTextSymbol
);
[C++]
HRESULT putref_TextSymbol(
  ITextSymbol* ppTextSymbol
);
[C++]

Parameters

ppTextSymbol [out, retval]

  ppTextSymbol is a parameter of type ITextSymbol

ppTextSymbol [in]

  ppTextSymbol is a parameter of type ITextSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicStyle2 Interface