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 =
Method Summary |
boolean |
isTimeAware(int elementType)
Indicates if the network attribute is time aware. |
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
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.