com.esri.arcgis.catalog
Interface IGxDocument

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGxDocumentProxy

public interface IGxDocument
extends Serializable

Provides access to members that returns the open status of a document.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isOpen()
          Indicates if this document is the current open document.
 

Method Detail

isOpen

boolean isOpen()
               throws IOException,
                      AutomationException
Indicates if this document is the current open document.

Product Availability

Available with ArcGIS Desktop.

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