com.esri.arcgis.schematic
Interface IEnumSchematicFolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumSchematicFolderProxy

public interface IEnumSchematicFolder
extends Serializable

Provides access to members that enumerate through schematic folders.

Product Availability

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

See Also:
ISchematicFolder

Method Summary
 int getCount()
          Number of items in the schematic folders enumeration.
 ISchematicFolder next()
          Retrieves the next schematic folder in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

ISchematicFolder next()
                      throws IOException,
                             AutomationException
Retrieves the next schematic folder in the enumeration sequence.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicFolder
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 folders enumeration.

Product Availability

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

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