This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.StrictOnDemandMode Property (ArcObjects .NET 10.5 SDK) |
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