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


IGlobeHelperPub2.GetGroupLayerFromCacheName Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

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