com.esri.arcgis.geodatabase
Interface INetAttributesEdit

All Superinterfaces:
INetAttributes, java.io.Serializable
All Known Implementing Classes:
INetAttributesEditProxy, StreetNetwork, UtilityNetwork

public interface INetAttributesEdit
extends INetAttributes, java.io.Serializable

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

Description: 'Provides access to members that modify the disabled state and weight values of individual elements in the network.' 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 IIDda7fd2c0_0794_11d1_9cd6_00805f74d243
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetAttributes
IID027e7417_981b_11d1_b264_0000f878229e
 
Method Summary
 void setDisabledState(int eID, int elementType, boolean disableState)
          Sets the disabled state of the specified network element.
 void setWeightValue(int eID, int elementType, int weightInternalID, java.lang.Object weightValue)
          Sets the weight value of the specified network element for the specified weight.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetAttributes
getDisabledState, getWeightValue
 

Field Detail

IIDda7fd2c0_0794_11d1_9cd6_00805f74d243

static final int IIDda7fd2c0_0794_11d1_9cd6_00805f74d243
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

setDisabledState

void setDisabledState(int eID,
                      int elementType,
                      boolean disableState)
                      throws java.io.IOException,
                             AutomationException
Sets the disabled state of the specified network element.

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

setWeightValue

void setWeightValue(int eID,
                    int elementType,
                    int weightInternalID,
                    java.lang.Object weightValue)
                    throws java.io.IOException,
                           AutomationException
Sets the weight value of the specified network element for the specified weight.

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