com.esri.arcgis.geodatabase
Interface INetworkJunction2
- All Superinterfaces:
- INetworkElement, INetworkJunction, Serializable
- All Known Implementing Classes:
- INetworkJunction2Proxy, NetworkJunction
public interface INetworkJunction2
- extends INetworkJunction, Serializable
Provides access to members that specify the properties of this network junction 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.