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


IGlobeHelperPub2.GetGroupLayerFromCacheName Method (ArcObjects .NET 10.5 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,
  IGroupLayer** ppGroupLayer
);
[C++]

Parameters groupCacheName [in] groupCacheName is a parameter of type BSTR ppGroupLayer [out, retval]
ppGroupLayer is a parameter of type IGroupLayer

Product Availability

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

See Also

IGlobeHelperPub2 Interface