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


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

IGlobeHelperPub2.GetGroupLayerFromCacheName Method

Gets Group Layer given a cache name.

[Visual Basic .NET]
Public Function GetGroupLayerFromCacheName ( _
    ByVal groupCacheName As String _
) As IGroupLayer
[C#]
public IGroupLayer GetGroupLayerFromCacheName (
    string groupCacheName
);
[C++]
HRESULT GetGroupLayerFromCacheName(
  BSTR groupCacheName
);
[C++]
Parameters
groupCacheName [in]

groupCacheName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeHelperPub2 Interface