|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerEffectsEnvironment
Provides access to members that control the Layer Effects Environment.
Method Summary | |
---|---|
IActiveView |
getActiveView()
The IActiveView interface of the view to be refreshed. |
ILayerEffects |
getEffectsLayer()
The ILayerEffects interface of the current effects layer. |
void |
setActiveViewByRef(IActiveView activeView)
The IActiveView interface of the view to be refreshed. |
void |
setEffectsLayerByRef(ILayerEffects effects)
The ILayerEffects interface of the current effects layer. |
Method Detail |
---|
ILayerEffects getEffectsLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEffectsLayerByRef(ILayerEffects effects) throws IOException, AutomationException
effects
- A reference to a com.esri.arcgis.carto.ILayerEffects (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IActiveView getActiveView() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveViewByRef(IActiveView activeView) throws IOException, AutomationException
activeView
- A reference to a com.esri.arcgis.carto.IActiveView (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 |