com.esri.arcgis.schematic
Interface IEnumSchematicInMemoryFeatureNodeOnLink

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumSchematicInMemoryFeatureNodeOnLinkProxy

public interface IEnumSchematicInMemoryFeatureNodeOnLink
extends Serializable

Provides access to members that enumerate through schematic in memory feature nodes on links.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getCount()
          Number of items in the schematic in memory feature nodes on links enumeration.
 ISchematicInMemoryFeatureNodeOnLink next()
          Retrieves the next schematic in memory feature node on link in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

ISchematicInMemoryFeatureNodeOnLink next()
                                         throws IOException,
                                                AutomationException
Retrieves the next schematic in memory feature node on link in the enumeration sequence.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNodeOnLink
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws IOException,
                    AutomationException
Number of items in the schematic in memory feature nodes on links enumeration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The cnt
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.