Enables and Sets Group Layer's cache properties.
[Visual Basic .NET] Public Sub SetGroupLayerCache ( _ ByVal pGroupLayer As IGroupLayer, _ ByVal bConsolidate As Boolean, _ ByVal pGlobeDisplay As IGlobeDisplay, _ ByVal bMapConsolidated As Boolean, _ ByVal bStrictOnDemand As Boolean, _ ByVal groupCacheName As String, _ ByRef parentProps As IGlobeLayerProperties _ )
[C#] public void SetGroupLayerCache ( IGroupLayer pGroupLayer, bool bConsolidate, IGlobeDisplay pGlobeDisplay, bool bMapConsolidated, bool bStrictOnDemand, string groupCacheName, ref IGlobeLayerProperties parentProps );
[C++]
HRESULT SetGroupLayerCache(
IGroupLayer* pGroupLayer,
VARIANT_BOOL bConsolidate,
IGlobeDisplay* pGlobeDisplay,
VARIANT_BOOL bMapConsolidated,
VARIANT_BOOL bStrictOnDemand,
BSTR groupCacheName,
IGlobeLayerProperties** parentProps
);
[C++]Parameters
pGroupLayer [in]pGroupLayer is a parameter of type IGroupLayer
bConsolidate [in] bConsolidate is a parameter of type VARIANT_BOOL pGlobeDisplay [in]pGlobeDisplay is a parameter of type IGlobeDisplay
bMapConsolidated [in] bMapConsolidated is a parameter of type VARIANT_BOOL bStrictOnDemand [in] bStrictOnDemand is a parameter of type VARIANT_BOOL groupCacheName [in] groupCacheName is a parameter of type BSTR parentProps [out]parentProps is a parameter of type IGlobeLayerProperties
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.