com.esri.arcgis.framework
Interface IDockableWindowInitialPlacementNeighbors

All Superinterfaces:
Serializable

public interface IDockableWindowInitialPlacementNeighbors
extends Serializable

Provides initial placement for dockable windows.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getCount()
          Number of neighbors.
 IUID getNeighborAt(int index)
          Get Neighbors
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
Number of neighbors.

Product Availability

Available with ArcGIS Desktop.

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNeighborAt

IUID getNeighborAt(int index)
                   throws IOException,
                          AutomationException
Get Neighbors

Product Availability

Available with ArcGIS Desktop.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.