ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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.

See Also

IGlobeLayerProperties5 Interface