com.esri.arcgis.geodatabase
Interface INetAttributes

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetAttributesEdit
All Known Implementing Classes:
INetAttributesEditProxy, INetAttributesProxy, StreetNetwork, UtilityNetwork

public interface INetAttributes
extends java.io.Serializable

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

Description: 'Provides access to members that get 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 IID027e7417_981b_11d1_b264_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean getDisabledState(int eID, int elementType)
          Returns the disabled state of the specified network element.
 java.lang.Object getWeightValue(int eID, int elementType, int weightInternalID)
          Returns the weight value of the specified network element for the specified weight.
 

Field Detail

IID027e7417_981b_11d1_b264_0000f878229e

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

getDisabledState

boolean getDisabledState(int eID,
                         int elementType)
                         throws java.io.IOException,
                                AutomationException
Returns the disabled state of the specified network element.

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

getWeightValue

java.lang.Object getWeightValue(int eID,
                                int elementType,
                                int weightInternalID)
                                throws java.io.IOException,
                                       AutomationException
Returns 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)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.