This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.Layer Property (ArcObjects .NET 10.4 SDK) |
The Layer object at the specified index.
[Visual Basic .NET] Public Function get_Layer ( _ ByVal lLayerIndex As Integer _ ) As ILayer
[C#] public ILayer get_Layer ( int lLayerIndex );
[C++]
HRESULT get_Layer(
long lLayerIndex,
ILayer** ppLayer
);
[C++]
Parameters lLayerIndex [in] lLayerIndex is a parameter of type long ppLayer [out, retval]
ppLayer is a parameter of type ILayer