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


IStandardAnnotateMap.LabelCache Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IStandardAnnotateMap.LabelCache Property

The label cache used by the map.

[Visual Basic .NET]
Public ReadOnly Property LabelCache As ILabelCache
[C#]
public ILabelCache LabelCache {get;}
[C++]
HRESULT get_LabelCache(
  ILabelCache** LabelCache
);
[C++]

Parameters LabelCache [out, retval]
LabelCache is a parameter of type ILabelCache

Product Availability

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

See Also

IStandardAnnotateMap Interface