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


IUpdateLegendInfo.Update Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IU > IUpdateLegendInfo Interface > IUpdateLegendInfo.Update Property
ArcGIS Developer Help

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(
  Boolean* bUpdate
);
[C++]
Parameters
bUpdate [out, retval]

bUpdate is a parameter of type bool*

Product Availability

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

See Also

IUpdateLegendInfo Interface