ArcObjects Library Reference (Carto)  

IBasemapLayer Interface

Provides access to members of a basemap layer.

Product Availability

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

Members

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.

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.

.NET Related Topics

Creating and working with basemap layers