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


ILayerDrawingProperties.DrawingPropsDirty Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILayerDrawingProperties.DrawingPropsDirty Property

Indicates if the layer drawing properties are dirty.

[Visual Basic .NET]
Public Property DrawingPropsDirty As Boolean
[C#]
public bool DrawingPropsDirty {get; set;}
[C++]
HRESULT get_DrawingPropsDirty(
  VARIANT_BOOL* Dirty
);
[C++]
HRESULT put_DrawingPropsDirty(
  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

ILayerDrawingProperties Interface