|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgPatternModels
Provides access to an enumeration of pattern models.
INgPatternModel| Method Summary | |
|---|---|
void |
add(INgPatternModel item)
Adds a new pattern model in the collection. |
void |
clear()
Removes all the pattern models from the collection. |
Enumeration |
get_NewEnum()
Retrieves an IEnumVariant interface that enumerates the collection's content. |
int |
getCount()
Number of pattern model in the collection. |
INgPatternModel |
getItem(int index)
The pattern model 'index' item in the collection. |
void |
remove(int index)
Removes the pattern model 'index' item from the collection. |
| Method Detail |
|---|
Enumeration get_NewEnum()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgPatternModel getItem(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(INgPatternModel item)
throws IOException,
AutomationException
item - A reference to a com.esri.arcgis.schematic.INgPatternModel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clear()
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 | ||||||||