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


IRasterRenderer.Updated Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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