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


IUpdateLegendInfo.Update Property (ArcObjects .NET 10.5 SDK)
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