ArcObjects Library Reference (Carto)  

IMapLayerInfos.Element Property

The map layer info at the specified position.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal Index As Integer _
) As IMapLayerInfo
[C#]
public IMapLayerInfo get_Element (
    int Index
);
[C++]
HRESULT get_Element(
  long Index,
  IMapLayerInfo** MapLayerInfo
);
[C++]

Parameters

Index [in]   Index is a parameter of type long MapLayerInfo [out, retval]

  MapLayerInfo is a parameter of type IMapLayerInfo

Product Availability

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

See Also

IMapLayerInfos Interface