com.esri.arcgis.geodatabase
Interface INetworkTurn2
- All Superinterfaces:
- INetworkElement, INetworkTurn, Serializable
- All Known Implementing Classes:
- INetworkTurn2Proxy, NetworkTurn
public interface INetworkTurn2
- extends INetworkTurn, Serializable
Provides access to members that specify the properties of this network turn element.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
Object |
getAttributeValueAtTime(int attributeID,
Date localTime,
int timeUsage)
Value of this network element for the given network attribute ID and local time. |
getAttributeValueAtTime
Object getAttributeValueAtTime(int attributeID,
Date localTime,
int timeUsage)
throws IOException,
AutomationException
- Value of this network element for the given network attribute ID and local time.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
attributeID
- The attributeID (in)localTime
- The localTime (in)timeUsage
- A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)
- Returns:
- A Variant
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.