This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkJunction2 Interface > INetworkJunction2.AttributeValueAtTime Property (ArcObjects .NET 10.4 SDK) |
Value of this network element for the given network attribute ID and local time.
[Visual Basic .NET] Public Function get_AttributeValueAtTime ( _ ByVal AttributeID As Integer, _ ByVal localTime As DateTime, _ ByVal timeUsage As esriNetworkTimeUsage _ ) As Object
[C#] public object get_AttributeValueAtTime ( int AttributeID, DateTime localTime, esriNetworkTimeUsage timeUsage );
[C++]
HRESULT get_AttributeValueAtTime(
long AttributeID,
DATE localTime,
esriNetworkTimeUsage timeUsage,
VARIANT* AttributeValue
);
[C++]
Parameters AttributeID [in] AttributeID is a parameter of type long localTime [in] localTime is a parameter of type DATE timeUsage [in]
timeUsage is a parameter of type esriNetworkTimeUsage AttributeValue [out, retval] AttributeValue is a parameter of type VARIANT