ArcObjects Library Reference  (Carto)    

IBasicMap.Layer Property

The layer at the given index.

[Visual Basic 6.0]
Property Layer(
    ByVal Index As Long _
) As ILayer
[Visual Basic .NET]
Public Function get_Layer ( _
    ByVal Index As Integer _
) As ILayer
[C#]
public ILayer get_Layer (
    int Index
);
[Java]
public  getLayer (
    Long Index,
    ILayer ppLayer
)
[C++]
HRESULT get_Layer(
  long Index,
  ILayer** ppLayer
);
[C++]

Parameters

Index [in]

  Index is a parameter of type long

ppLayer [out, retval]

  ppLayer is a parameter of type ILayer

Product Availability

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

See Also

IBasicMap Interface

 


Feedback Send feedback on this page