ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.PartialEdgeAttributeValueAtTime Property

Value of this partial edge element for the given network attribute ID and local.

[Visual Basic .NET]
Public Function get_PartialEdgeAttributeValueAtTime ( _
    ByVal fromPosition As Double, _
    ByVal toPosition As Double, _
    ByVal AttributeID As Integer, _
    ByVal localTime As DateTime, _
    ByVal timeUsage As esriNetworkTimeUsage _
) As Object
[C#]
public object get_PartialEdgeAttributeValueAtTime (
    double fromPosition,
    double toPosition,
    int AttributeID,
    DateTime localTime,
    esriNetworkTimeUsage timeUsage
);
[C++]
HRESULT get_PartialEdgeAttributeValueAtTime(
  double fromPosition,
  double toPosition,
  long AttributeID,
  DATE localTime,
  esriNetworkTimeUsage timeUsage,
  VARIANT* AttributeValue
);
[C++]

Parameters

fromPosition [in]   fromPosition is a parameter of type double toPosition [in]   toPosition is a parameter of type double 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkEdge2 Interface