com.esri.arcgis.arcmapui
Interface ILayerEffectsEnvironment

All Superinterfaces:
Serializable
All Known Implementing Classes:
LayerEffectsEnvironment

public interface ILayerEffectsEnvironment
extends Serializable

Provides access to members that control the Layer Effects Environment.

Superseded By

ILayerEffectsEnvironment3

Product Availability

Available with ArcGIS Desktop.


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

getEffectsLayer

ILayerEffects getEffectsLayer()
                              throws IOException,
                                     AutomationException
The ILayerEffects interface of the current effects layer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.carto.ILayerEffects
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEffectsLayerByRef

void setEffectsLayerByRef(ILayerEffects effects)
                          throws IOException,
                                 AutomationException
The ILayerEffects interface of the current effects layer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
effects - A reference to a com.esri.arcgis.carto.ILayerEffects (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActiveView

IActiveView getActiveView()
                          throws IOException,
                                 AutomationException
The IActiveView interface of the view to be refreshed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.carto.IActiveView
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveViewByRef

void setActiveViewByRef(IActiveView activeView)
                        throws IOException,
                               AutomationException
The IActiveView interface of the view to be refreshed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
activeView - A reference to a com.esri.arcgis.carto.IActiveView (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.