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(
  VARIANT_BOOL* pUpdated
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterRenderer Interface