com.esri.arcgis.geodatabase
Interface IEnumSubtype

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumSubtypeProxy

public interface IEnumSubtype
extends Serializable

Provides access to members that enumerate subtypes.

Product Availability

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


Method Summary
 String next(int[] subtypeCode)
          Retrieves the next Subtype in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

String next(int[] subtypeCode)
            throws IOException,
                   AutomationException
Retrieves the next Subtype in the enumeration sequence.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
subtypeCode - The subtypeCode (out: use single element array)
Returns:
The subtypeName
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.

Supported Platforms

Windows, Solaris, Linux

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