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


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

IBasemapLayer Interface

Provides access to members of a basemap layer.

Product Availability

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

Members

Name Description
Method CanDraw Returns True, if the layer draws something.
Method FindLayerWrapper Gets the wrapper for a layer. Returns NULL if no BasemapSubLayer is found.
Method GetConversionStatus Indicates the conversion status of a given layer.
Method GetLayerWrapper Gets the wrapper for a layer. Creates a new BasemapSubLayer if necessary.
Method HasSufficientMemory Returns if there is sufficient memory available for the Basemap Layer.
Method InvalidateCache Invalidates layer's cache.
Method NotifyLayerChanged Notify Base map Layer that one of its layers changed.
Method NotifyMapPropertiesChanged Notify Base map Layer that the parent Map properties changed.
Read/write property Shaders Get array of pixel shaders.

Classes that implement IBasemapLayer

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.