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


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

IGlobeLayerProperties2.StrictOnDemandMode Property

Indicates if the tile generation is done strictly on demand.

[Visual Basic .NET]
Public Property StrictOnDemandMode As Boolean
[C#]
public bool StrictOnDemandMode {get; set;}
[C++]
HRESULT get_StrictOnDemandMode(
  VARIANT_BOOL StrictOnDemandMode
);
[C++]
HRESULT put_StrictOnDemandMode(
  Boolean* StrictOnDemandMode
);
[C++]
Parameters
StrictOnDemandMode [in]

StrictOnDemandMode is a parameter of type bool StrictOnDemandMode [out, retval]
StrictOnDemandMode is a parameter of type bool*

Product Availability

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

Description

Setting this boolean property to True will force the layer to generate the level of detail relevant for the view. This means that coarser or intermediate levels of detail will not be generated for the view. As you navigate around in the view, new level of details will be generated based on the view. The levels of details generated are written to the cache.

For rasterized feature layers, rasterized group layers and ArcIMS layers, this boolean property is set to True by default.

See Also

IGlobeLayerProperties2 Interface