|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineAttributeWindow
Provides access to the Attribute Window.
This interface is new at ArcGIS 9.3.
Use this interface to hide or show the Attributes window and access the object inspector currently loaded inside of it.
Method Summary | |
---|---|
IEngineObjectInspector |
getObjectInspector()
Current object inspector. |
boolean |
isVisible()
Indicates if Attribute Window is visible. |
void |
setVisible(boolean vis)
Indicates if Attribute Window is visible. |
Method Detail |
---|
void setVisible(boolean vis) throws IOException, AutomationException
vis
- The vis (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEngineObjectInspector getObjectInspector() throws IOException, AutomationException
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 |