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


IGlobeDisplay3.DraftMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay3 Interface > IGlobeDisplay3.DraftMode Property
ArcGIS Developer Help

IGlobeDisplay3.DraftMode Property

Indicates if the draft display mode is active.

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

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

Product Availability

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

Description

When the DraftMode property is set to True, a number of settings are applied to the layers in the view in an attempt to improve rendering speed. 

The DraftMode settings operate as overrides.  That is, they do not actually change layer properties, but rather apply themselves after the layer is read.  The increase in rendering speed will be a factor of the layer types and symbology used in the view, and will vary greatly from document to document.

The DraftMode overrides are:

Remarks

See Also

IGlobeDisplay3 Interface