This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameElement Interface > IFrameElement.DraftMode Property (ArcObjects .NET 10.5 SDK) |
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
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.