com.esri.arcgis.geodatabase
Interface IEnumNetEIDBuilderGEN

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumNetEIDArray, IEnumNetEIDBuilderGENProxy

public interface IEnumNetEIDBuilderGEN
extends java.io.Serializable

COM Interface 'IEnumNetEIDBuilderGEN'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that build an enumeration of network element IDs (EIDs).' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID17582ddf_c06d_4c81_b32a_f23b74b1546e
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID17582ddf_c06d_4c81_b32a_f23b74b1546e

static final int IID17582ddf_c06d_4c81_b32a_f23b74b1546e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setNetworkByRef

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

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

add

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

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

setElementType

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

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

setEIDs

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

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