This document is archived and information here might be outdated.  Recommended version.


IBasemapSubLayer.Layer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapSubLayer Interface > IBasemapSubLayer.Layer Property
ArcGIS Developer Help

IBasemapSubLayer.Layer Property

Gets the contained layer.

[Visual Basic .NET]
Public ReadOnly Property Layer As ILayer
[C#]
public ILayer Layer {get;}
[C++]
HRESULT get_Layer(
  ILayer** Layer
);
[C++]
Parameters
Layer [out, retval]

Layer is a parameter of type ILayer**

Product Availability

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

See Also

IBasemapSubLayer Interface