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


IStandardAnnotateMap.LabelCache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IStandardAnnotateMap Interface > IStandardAnnotateMap.LabelCache Property
ArcGIS Developer Help

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