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