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


IGlobeHelperPub.SetGroupLayerCache Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHelperPub Interface > IGlobeHelperPub.SetGroupLayerCache Method
ArcGIS Developer Help

IGlobeHelperPub.SetGroupLayerCache Method

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 bool pGlobeDisplay [in]
pGlobeDisplay is a parameter of type IGlobeDisplay* bMapConsolidated [in]
bMapConsolidated is a parameter of type bool bStrictOnDemand [in]
bStrictOnDemand is a parameter of type 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.

See Also

IGlobeHelperPub Interface