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


IFrameElement.DraftMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameElement Interface > IFrameElement.DraftMode Property
ArcGIS Developer Help

IFrameElement.DraftMode Property

Indicates if this element is in draft mode, i.e., draws fast.

[Visual Basic .NET]
Public Property DraftMode As Boolean
[C#]
public bool DraftMode {get; set;}
[C++]
HRESULT get_DraftMode(
  Boolean* DraftMode
);
[C++]
HRESULT put_DraftMode(
  VARIANT_BOOL DraftMode
);
[C++]
Parameters
DraftMode [out, retval]

DraftMode is a parameter of type bool* DraftMode [in]
DraftMode is a parameter of type bool

Product Availability

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

Remarks

DraftMode set or returns a property that controls the speed and detail of the drawing of the frame.  When DraftMode is set to TRUE, the contents of the frame will draw quicker but without as much detail.  When the property is set to FALSE, the contents take longer to draw but include all the details.

 

See Also

IFrameElement Interface