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


IDynamicLegendLayer.IsDynamicLegendInfoDirty Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDynamicLegendLayer.IsDynamicLegendInfoDirty Property

Indicates that the layer appearance has changed and dynamic legend info needs updating.

[Visual Basic .NET]
Public ReadOnly Property IsDynamicLegendInfoDirty As Boolean
[C#]
public bool IsDynamicLegendInfoDirty {get;}
[C++]
HRESULT get_IsDynamicLegendInfoDirty(
  VARIANT_BOOL* flag
);
[C++]

Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDynamicLegendLayer Interface