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


IBasemapSubLayer Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapSubLayer Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IBasemapSubLayer Interface

Wrapper for layers in the basemap.

Product Availability

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

Description

This interface provides access to the content of the BasemapSubLayer which is the sublayer handed out by basemaps.  The BasemapSubLayer is a wrapper around the real internal layer and provides only focused access to the internal properties of the real layer in order to maintain high performance display.

Members

Name Description
Method GetConversionStatus Indicates the conversion status of a given layer.
Read-only property Layer Gets the contained layer.

CoClasses that implement IBasemapSubLayer

CoClasses and Classes Description
BasemapSubLayer Wrapper for layers in the basemap.

.NET Related Topics

Creating and working with basemap layers