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


IGlobeLayerProperties4.StrictOnDemandMode Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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

IGlobeLayerProperties4 Interface