This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerObjects3 Interface > IMapServerObjects3.Layer Property (ArcObjects .NET 10.5 SDK) |
The layer specified by the map name and layer ID. If the mapName is blank, the default map (active data frame) will be assumed.
[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