This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHelperPub2 Interface > IGlobeHelperPub2.GetGroupLayerFromCacheName Method (ArcObjects .NET 10.4 SDK) |
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