Strict on-demand mode of a layer tile generation.
[Visual Basic .NET] Public Sub set_StrictOnDemandMode ( _ ByVal pLayer As ILayer, _ ByVal A_2 As Boolean _ )
[C#] public void set_StrictOnDemandMode ( ILayer pLayer, bool A_2 );
[C++]
HRESULT put_StrictOnDemandMode(
ILayer* pLayer,
VARIANT_BOOL
);
[C++]Parameters
pLayer [in]pLayer is a parameter of type ILayer
[in] is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.