|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnvironmentManager
Provides access to environments.
Method Summary | |
---|---|
void |
addEnvironment(IUID pGuid,
Object pUnk)
Adds an environment. |
Object |
getEnvironment(IUID pGuid)
Retrieves an environment. |
Method Detail |
---|
Object getEnvironment(IUID pGuid) throws IOException, AutomationException
pGuid
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addEnvironment(IUID pGuid, Object pUnk) throws IOException, AutomationException
pGuid
- A reference to a com.esri.arcgis.system.IUID (in)pUnk
- A reference to another Object (IUnknown) (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 |