com.esri.arcgis.geodatabasedistributed
Interface IEnumModifiedClassInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumModifiedClassInfoProxy

public interface IEnumModifiedClassInfo
extends Serializable

Provides access to members that enumerate modified classes with edits to check in or import.

Remarks

This enumeration is returned from the IDataChanges::GetModifiedClassesInfo method.

Product Availability

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


Method Summary
 IModifiedClassInfo next()
          Returns the next object containing information about a modified class with edits to check in or import.
 void reset()
          Resets the enumerator to the beginning.
 

Method Detail

reset

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

Description

Resets the enumerator 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.

next

IModifiedClassInfo next()
                        throws IOException,
                               AutomationException
Returns the next object containing information about a modified class with edits to check in or import.

Description

Returns the next object containing information about a modified class with edits to check in or import.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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