ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL StrictOnDemandMode
);
[C++]

Parameters

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