com.esri.arcgis.geodatabase
Interface IEnumNetEIDBuilderGEN

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumNetEIDArray

public interface IEnumNetEIDBuilderGEN
extends Serializable

Provides access to members that build an enumeration of network element IDs (EIDs).

Product Availability

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


Method Summary
 void add(int eID)
          Adds an element to this EID enumeration.
 void setEIDs(int[] rhs1)
          Array of EIDs in this enumeration.
 void setElementType(int rhs1)
          Type of network elements to be in this enumeration.
 void setNetworkByRef(INetwork rhs1)
          Network from which these elements came.
 

Method Detail

setNetworkByRef

void setNetworkByRef(INetwork rhs1)
                     throws IOException,
                            AutomationException
Network from which these elements came.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.INetwork (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(int eID)
         throws IOException,
                AutomationException
Adds an element to this EID enumeration.

Product Availability

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

Parameters:
eID - The eID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setElementType

void setElementType(int rhs1)
                    throws IOException,
                           AutomationException
Type of network elements to be in this enumeration.

Product Availability

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

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriElementType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEIDs

void setEIDs(int[] rhs1)
             throws IOException,
                    AutomationException
Array of EIDs in this enumeration.

Product Availability

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.