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


IRasterRenderer.Updated Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRenderer Interface > IRasterRenderer.Updated Property
ArcGIS Developer Help

IRasterRenderer.Updated Property

Indicates whether the renderer requires updating.

[Visual Basic .NET]
Public ReadOnly Property Updated As Boolean
[C#]
public bool Updated {get;}
[C++]
HRESULT get_Updated(
  Boolean* pUpdated
);
[C++]
Parameters
pUpdated [out, retval]

pUpdated is a parameter of type bool*

Product Availability

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

See Also

IRasterRenderer Interface