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