This document is archived and information here might be outdated. Recommended version. |
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*