ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphic.IsDirty Property

Indicates whether the graphic needs to be refreshed. Examined each time the graphic is drawn.

[Visual Basic .NET]
Public Property IsDirty As Boolean
[C#]
public bool IsDirty {get; set;}
[C++]
HRESULT get_IsDirty(
  VARIANT_BOOL* pIsDirty
);
[C++]
HRESULT put_IsDirty(
  VARIANT_BOOL pIsDirty
);
[C++]

Parameters

pIsDirty [out, retval]   pIsDirty is a parameter of type VARIANT_BOOL pIsDirty [in]   pIsDirty is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphic Interface