com.esri.arcgis.geodatabase
Interface INetworkAttribute3

All Superinterfaces:
INetworkAttribute, INetworkAttribute2, java.io.Serializable
All Known Implementing Classes:
EvaluatedNetworkAttribute, INetworkAttribute3Proxy, NetworkAttribute

public interface INetworkAttribute3
extends INetworkAttribute2, java.io.Serializable

COM Interface 'INetworkAttribute3'. 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 IID64c3d5a7_7c12_4290_b458_15d8c76cd688
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute2
IID18793a18_1432_4b6e_adfc_63470d92223f
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute
IIDae92a9b6_9c80_41b1_b84d_765f18b43625
 
Method Summary
 boolean isTimeAware(int elementType)
          Indicates if the network attribute is time aware.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute2
getParameters, isUseByDefault, refresh, setParametersByRef, setUseByDefault
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute
getDataType, getID, getName, getUnits, getUsageType, setDataType, setName, setUnits, setUsageType
 

Field Detail

IID64c3d5a7_7c12_4290_b458_15d8c76cd688

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

isTimeAware

boolean isTimeAware(int elementType)
                    throws java.io.IOException,
                           AutomationException
Indicates if the network attribute is time aware.

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