| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayerEffectsEnvironment3
Provides access to members that control the Layer Effects Environment.
This interface is new at ArcGIS 9.3. It supersedes ILayerEffectsEnvironment and ILayerEffectsEnvironment2.
| Method Summary | |
|---|---|
|  IActiveView | getActiveView()The IActiveView interface of the view to be refreshed. | 
|  IMxDocument | getDocument()Current document. | 
|  ILayerEffects | getEffectsLayer()The ILayerEffects interface of the current effects layer. | 
|  ILayer | getSelectedLayer()Currenttly selected layer. | 
|  void | setActiveViewByRef(IActiveView activeView)The IActiveView interface of the view to be refreshed. | 
|  void | setDocumentByRef(IMxDocument doc)Current document. | 
|  void | setEffectsLayerByRef(ILayerEffects effects)The ILayerEffects interface of the current effects layer. | 
|  void | setSelectedLayerByRef(ILayer layer)Currenttly selected 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.
ILayer getSelectedLayer()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSelectedLayerByRef(ILayer layer)
                           throws IOException,
                                  AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMxDocument getDocument()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDocumentByRef(IMxDocument doc)
                      throws IOException,
                             AutomationException
doc - A reference to a com.esri.arcgis.arcmapui.IMxDocument  (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 | ||||||||