com.esri.arcgis.geodatabase
Interface INetworkAttribute2

All Superinterfaces:
INetworkAttribute, java.io.Serializable
All Known Subinterfaces:
INetworkAttribute3
All Known Implementing Classes:
EvaluatedNetworkAttribute, INetworkAttribute2Proxy, INetworkAttribute3Proxy, NetworkAttribute

public interface INetworkAttribute2
extends INetworkAttribute, java.io.Serializable

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

Description: 'Provides access to members that specify the properties of an attribute in a network dataset.' 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 IID18793a18_1432_4b6e_adfc_63470d92223f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute
IIDae92a9b6_9c80_41b1_b84d_765f18b43625
 
Method Summary
 IArray getParameters()
          Array of parameters for this network attribute.
 boolean isUseByDefault()
          Indicates if this network attribute is to be used by default.
 void refresh()
          Refresh the network evaluators assigned to this network attribute.
 void setParametersByRef(IArray parameters)
          Array of parameters for this network attribute.
 void setUseByDefault(boolean useByDefault)
          Indicates if this network attribute is to be used by default.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute
getDataType, getID, getName, getUnits, getUsageType, setDataType, setName, setUnits, setUsageType
 

Field Detail

IID18793a18_1432_4b6e_adfc_63470d92223f

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

getParameters

IArray getParameters()
                     throws java.io.IOException,
                            AutomationException
Array of parameters for this network attribute.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParametersByRef

void setParametersByRef(IArray parameters)
                        throws java.io.IOException,
                               AutomationException
Array of parameters for this network attribute.

Parameters:
parameters - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

void refresh()
             throws java.io.IOException,
                    AutomationException
Refresh the network evaluators assigned to this network attribute.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseByDefault

boolean isUseByDefault()
                       throws java.io.IOException,
                              AutomationException
Indicates if this network attribute is to be used by default.

Returns:
The useByDefault
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseByDefault

void setUseByDefault(boolean useByDefault)
                     throws java.io.IOException,
                            AutomationException
Indicates if this network attribute is to be used by default.

Parameters:
useByDefault - The useByDefault (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.