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 > IGlobeServer Interface > IGlobeServer.LayerInfos Property (ArcObjects .NET 10.5 SDK) |
A collection of Globe Layer Info objects.
[Visual Basic .NET] Public Function get_LayerInfos ( _ ByVal parentID As Integer _ ) As IGlobeLayerInfos
[C#] public IGlobeLayerInfos get_LayerInfos ( int parentID );
[C++]
HRESULT get_LayerInfos(
long parentID,
IGlobeLayerInfos** LayerInfos
);
[C++]
Parameters parentID [in] parentID is a parameter of type long LayerInfos [out, retval]
LayerInfos is a parameter of type IGlobeLayerInfos