ArcObjects Library Reference (Display)  

IDynamicDrawing.Dirty Property

property Get Dirty.

[Visual Basic .NET]
Public Property Dirty As Boolean
[C#]
public bool Dirty {get; set;}
[C++]
HRESULT get_Dirty(
  VARIANT_BOOL* Dirty
);
[C++]
HRESULT put_Dirty(
  VARIANT_BOOL Dirty
);
[C++]

Parameters

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

Product Availability

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

See Also

IDynamicDrawing Interface