com.esri.arcgis.carto
Interface ILayerDrawingProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, GlobeServerLayer, GroupLayer, ILayerDrawingPropertiesProxy, ImageServerLayer, IMSMapLayer, IMSSubFeatureLayer, MapServerBasicSublayer, MapServerFindSublayer, MapServerIdentifySublayer, MapServerLayer, MapServerQuerySublayer, MapServerRESTLayer, MapServerRESTSubLayer, MosaicLayer, NALayer, NetworkLayer, NITFGraphicsLayer, ProcessLayer, RasterCatalogLayer, RasterLayer, SchematicLayer, TemporalFeatureLayer, TinLayer, TopologyLayer, WCSLayer, WMSGroupLayer, WMSMapLayer, WMTSLayer

public interface ILayerDrawingProperties
extends Serializable

Provides access to members that control layer drawing properties.

Remarks

In the ArcGIS framework, this interface is used when determining whether or not a layer needs to be redrawn. For example, if a user changes the minimum or maximum scale range for the layer, changes the renderer, or turns on or off labeling, then DrawingPropsDirty is automatically set to True. The map display is refreshed only if the layer’s drawing properties are dirty after the layer properties dialog box is dismissed.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Method Summary
 boolean isDrawingPropsDirty()
          Indicates if the layer drawing properties are dirty.
 void setDrawingPropsDirty(boolean dirty)
          Indicates if the layer drawing properties are dirty.
 

Method Detail

isDrawingPropsDirty

boolean isDrawingPropsDirty()
                            throws IOException,
                                   AutomationException
Indicates if the layer drawing properties are dirty.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setDrawingPropsDirty

void setDrawingPropsDirty(boolean dirty)
                          throws IOException,
                                 AutomationException
Indicates if the layer drawing properties are dirty.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
dirty - The dirty (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.