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


INetworkEdge2.PartialEdgeAttributeValue Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.PartialEdgeAttributeValue Property

Value of this edge element along the given range for the given network attribute ID.

[Visual Basic .NET]
Public Function get_PartialEdgeAttributeValue ( _
    ByVal fromPosition As Double, _
    ByVal toPosition As Double, _
    ByVal AttributeID As Integer _
) As Object
[C#]
public object get_PartialEdgeAttributeValue (
    double fromPosition,
    double toPosition,
    int AttributeID
);
[C++]
HRESULT get_PartialEdgeAttributeValue(
  double fromPosition,
  double toPosition,
  long AttributeID,
  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 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