com.esri.arcgis.arcmapui
Interface IAIAProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
IAIAPropertiesProxy

public interface IAIAProperties
extends Serializable

Provides access to members that control AIA window properties.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ILayer getLayer()
          The active layer.
 void setLayerByRef(ILayer ppLayer)
          The active layer.
 

Method Detail

setLayerByRef

void setLayerByRef(ILayer ppLayer)
                   throws IOException,
                          AutomationException
The active layer.

Product Availability

Available with ArcGIS Desktop.

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

getLayer

ILayer getLayer()
                throws IOException,
                       AutomationException
The active layer.

Product Availability

Available with ArcGIS Desktop.

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