|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumSchematicMapLayerFeature
Provides access to members that control an enumeration of schematic tuples (Map, Layer, Feature).
ISchematicMapLayerFeature| Method Summary | |
|---|---|
void |
add(ISchematicMapLayerFeature mapLayerFeature)
Add the specified schematic tuple (Map, Layer, Feature) at the end of the enumeration sequence. |
int |
getCount()
Number of items in the schematic tuples (Map, Layer, Feature) enumeration. |
ISchematicMapLayerFeature |
next()
Retrieves the next schematic tuple (Map, Layer, Feature) in the enumeration sequence.. |
void |
reset()
Resets the enumeration sequence to the beginning. |
| Method Detail |
|---|
ISchematicMapLayerFeature next()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws IOException,
AutomationException
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(ISchematicMapLayerFeature mapLayerFeature)
throws IOException,
AutomationException
mapLayerFeature - A reference to a com.esri.arcgis.schematic.ISchematicMapLayerFeature (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 | ||||||||