ArcObjects Library Reference  (GlobeCore)    

IGlobeServer.LayerInfos Property

A collection of Globe Layer Info objects.

[Visual Basic 6.0]
Property LayerInfos(
    ByVal parentID As Long _
) As IGlobeLayerInfos
[Visual Basic .NET]
Public Function get_LayerInfos ( _
    ByVal parentID As Integer _
) As IGlobeLayerInfos
[C#]
public IGlobeLayerInfos get_LayerInfos (
    int parentID
);
[Java]
public IGlobeLayerInfos getLayerInfos (
    Long 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