|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetAttributes
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 |
---|
static final int IID027e7417_981b_11d1_b264_0000f878229e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean getDisabledState(int eID, int elementType) throws java.io.IOException, AutomationException
eID
- The eID (in)elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getWeightValue(int eID, int elementType, int weightInternalID) throws java.io.IOException, AutomationException
eID
- The eID (in)elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)weightInternalID
- The weightInternalID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |