|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerDrawingProperties
Provides access to members that control layer drawing properties.
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.
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 |
---|
boolean isDrawingPropsDirty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawingPropsDirty(boolean dirty) throws IOException, AutomationException
dirty
- The dirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |