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


IGlobeServer.LayerInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServer Interface > IGlobeServer.LayerInfos Property
ArcGIS Developer Help

IGlobeServer.LayerInfos Property

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**

Product Availability

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

See Also

IGlobeServer Interface