ArcObjects Library Reference (Display)  

IUpdateLegendInfo.Update Property

Indicates whether legend class has been modified.

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

Parameters

bUpdate [out, retval]   bUpdate is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IUpdateLegendInfo Interface