public interface INetworkElementSet
extends java.io.Serializable
Description: 'Provides access to members that manage a network element set.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDccebb255_c98a_464f_8517_3b6847eff736 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addEID(int elementType,
long eID)
Add a network element to the network element set.
|
static final int IIDccebb255_c98a_464f_8517_3b6847eff736
static final int xxDummy
static final java.lang.String IID
void addEID(int elementType, long eID) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.