Provides access to members of a basemap layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
CanDraw | Returns True, if the layer draws something. | 
![]()  | 
FindLayerWrapper | Gets the wrapper for a layer. Returns NULL if no BasemapSubLayer is found. | 
![]()  | 
GetConversionStatus | Indicates the conversion status of a given layer. | 
![]()  | 
GetLayerWrapper | Gets the wrapper for a layer. Creates a new BasemapSubLayer if necessary. | 
![]()  | 
HasSufficientMemory | Returns if there is sufficient memory available for the Basemap Layer. | 
![]()  | 
InvalidateCache | Invalidates layer's cache. | 
![]()  | 
NotifyLayerChanged | Notify Base map Layer that one of its layers changed. | 
![]()  | 
NotifyMapPropertiesChanged | Notify Base map Layer that the parent Map properties changed. | 
![]()  | 
Shaders | Get array of pixel shaders. | 
CoClasses that implement IBasemapLayer
| CoClasses and Classes | Description | 
|---|---|
| BasemapLayer | Layer containing a Basemap. | 
Remarks
This interface provides access to the management and helper functions of a basemap layer caches and layers.

