ArcObjects Library Reference (Carto)  

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

Parameters

DraftMode [out, retval]   DraftMode is a parameter of type VARIANT_BOOL DraftMode [in]   DraftMode is a parameter of type VARIANT_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