com.esri.arcgis.geodatabase
Interface IEnumNetWeightAssociation

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumNetWeightAssociation, IEnumNetWeightAssociationProxy

public interface IEnumNetWeightAssociation
extends Serializable

Provides access to members that iterate through an enumeration of weight associations.

Product Availability

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


Method Summary
 int getCount()
          Number of weight associations in this enumeration.
 INetWeightAssociation next()
          Returns the next weight association in this enumeration.
 void reset()
          Forces the enumerator pointing to the first weight association in this enumeration.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
Number of weight associations in this enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

reset

void reset()
           throws IOException,
                  AutomationException
Forces the enumerator pointing to the first weight association in this enumeration.

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

INetWeightAssociation next()
                           throws IOException,
                                  AutomationException
Returns the next weight association in this enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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