This document is archived and information here might be outdated.  Recommended version.


INetworkEdge2.PartialEdgeAttributeValueAtTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkEdge2 Interface > INetworkEdge2.PartialEdgeAttributeValueAtTime Property
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

INetworkEdge2 Interface