com.esri.arcgis.carto
Interface ILayerExtensionInvalidate

All Superinterfaces:
Serializable
All Known Implementing Classes:
HatchLayerExtension

public interface ILayerExtensionInvalidate
extends Serializable

Provides access to partial refresh override.

Product Availability

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


Method Summary
 boolean invalidateVisibleExtent()
          Indicates whether map should refresh visible extent for layer.
 

Method Detail

invalidateVisibleExtent

boolean invalidateVisibleExtent()
                                throws IOException,
                                       AutomationException
Indicates whether map should refresh visible extent for layer.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The pInvalidateVisibleExtent
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.