This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerLayerFactory Interface > IGlobeServerLayerFactory.CreateLayersFromNames Method (ArcObjects .NET 10.5 SDK) |
Creates globe server layers from layer names.
[Visual Basic .NET] Public Function CreateLayersFromNames ( _ ByVal pSOName As IAGSServerObjectName, _ ByVal layerNames As String[] _ ) As IEnumLayer
[C#] public IEnumLayer CreateLayersFromNames ( IAGSServerObjectName pSOName, String[] layerNames );
[C++]
HRESULT CreateLayersFromNames(
IAGSServerObjectName* pSOName,
layerNames layerNames,
IEnumLayer** ppLayers
);
[C++]
Parameters pSOName [in]
pSOName is a parameter of type IAGSServerObjectName layerNames [in] layerNames is a parameter of type ppLayers [out, retval]
ppLayers is a parameter of type IEnumLayer