ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbol.TextLabels Property

The text labels adorning the symbol.

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

[C++]
HRESULT get_TextLabels(
  IPropertySet** TextLabels
);
[C++]
HRESULT put_TextLabels(
  IPropertySet* TextLabels
);
[C++]

Parameters

TextLabels [out, retval]

  TextLabels is a parameter of type IPropertySet

TextLabels [in]

  TextLabels is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleSymbol Interface