ArcObjects Library Reference (GlobeCore)  

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