ArcObjects Library Reference (GlobeCore)  

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

Parameters

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