This document is archived and information here might be outdated. Recommended version. |
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**