ArcObjects Library Reference (Carto)  

IMxdServerObjects.Layer Property

The layer specified by the map name and layer ID. If the mapName is blank, the default map will be assumed. If the map or layer specified is not found, an E_INVALIDARG error will be returned.

[Visual Basic .NET]
Public Function get_Layer ( _
    ByVal MapName As String, _
    ByVal LayerID As Integer _
) As ILayer
[C#]
public ILayer get_Layer (
    string MapName,
    int LayerID
);
[C++]
HRESULT get_Layer(
  BSTR MapName,
  long LayerID,
  ILayer** layerObject
);
[C++]

Parameters

MapName [in]   MapName is a parameter of type BSTR LayerID [in]   LayerID is a parameter of type long layerObject [out, retval]

  layerObject is a parameter of type ILayer

Product Availability

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

See Also

IMxdServerObjects Interface