|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkAttribute3
Provides access to members that specify the properties of an attribute in a network dataset.
The INetworkAttribute3 interface is used to access the properties of the network attribute, such as its name, usage type, and if it is time aware.
To access the NetworkAttribute or EvaluatedNetworkAttribute object for an existing network dataset attribute, use the Attribute, AttributeByID, or AttributeByName methods on the INetworkDataset interface.
The INetworkAttribute3 interface is also used to define a new network attribute. To create a new network attribute, cocreate an EvaluatedNetworkAttribute object, specify its properties, and pass the object to the INetworkBuild::AddAttribute method on the network dataset.
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 |
Method Detail |
---|
boolean isTimeAware(int elementType) throws IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)
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 |