|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParentExtension
Provides access to the child extensions of this extension. Indicates that this extension has child extensions.
Implement the IParentExtension interface to indicate other 'child' related extensions and implement the IChildExtension interface within each 'child' extension. The 'parent' extension appears as an expandable folder in the Extensions dialog and each 'child' extension appears as an item in the folder.
For example, the StreetMapEurope 'parent' extension implements IParentExtension and each 'child' extension (each country in Europe) implements IChildExtension.
Method Summary | |
---|---|
IExtension |
getChild(int index)
The indicated child extension. |
int |
getChildCount()
The number of child extensions. |
Method Detail |
---|
int getChildCount() throws IOException, AutomationException
Returns the number of Child extensions belonging to this extension.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IExtension getChild(int index) throws IOException, AutomationException
index
- The index (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 |