|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxObjectFactories
Provides access to members that manage a collection of GxObject factories.
| Method Summary | |
|---|---|
void |
enableGxObjectFactory(int index,
boolean enabled)
Enables or disables a GxObject factory. |
int |
getCount()
The number of registered GxObject factories. |
IEnumGxObjectFactory |
getEnabledGxObjectFactories()
The enabled GxObject factories (sorted by priority). |
IGxObjectFactory |
getGxObjectFactory(int index)
The specified GxObject factory. |
IUID |
getGxObjectFactoryCLSID(int index)
The class ID of the specified GxObject factory. |
boolean |
isEnabled(int index)
Indicates if a specific GxObject factory is enabled. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnabled(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableGxObjectFactory(int index,
boolean enabled)
throws IOException,
AutomationException
index - The index (in)enabled - The enabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getGxObjectFactoryCLSID(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGxObjectFactory getGxObjectFactory(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumGxObjectFactory getEnabledGxObjectFactories()
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 | ||||||||