|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerDrawingPhase
Provides access to members that control the drawing phase of a layer.
ILayerDrawingPhase is implemented by annotation layers that support main drawing in either the esriDPAnnotation or esriDPGeography phases. Prior to the ArcGIS 9.0 release, these layers always drew in esriDPAnnotation. Set the draw phase to esriDPGeography to change the layer so that it draws in the geography phase like regular FeatureLayers (aka Table of Contents order).
Method Summary | |
---|---|
int |
getDrawPhase()
Draw phase in which layer is drawn. |
void |
setDrawPhase(int pDrawPhase)
Draw phase in which layer is drawn. |
Method Detail |
---|
int getDrawPhase() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawPhase(int pDrawPhase) throws IOException, AutomationException
pDrawPhase
- A com.esri.arcgis.system.esriDrawPhase constant (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 |