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


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

INetworkEdge Interface

Provides access to members that specify the properties of this network edge element.

Product Availability

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

Members

Name Description
Read-only property AttributeValue Value of this network element for the given network attribute ID.
Read-only property AttributeValueByName Value of this network element for the given network attribute name.
Read-only property Direction Direction in which this network edge element is oriented relative to the direction of its source object.
Read-only property EID Element ID for this network element.
Read-only property ElementType Type of this network element.
Read-only property FromAzimuth Direction of travel at the from-end of the network edge element.
Read-only property OID Object ID of the object corresponding to this network element.
Read-only property PositionAlongObject Position along the source object at which the specified position along the network edge element lies.
Method QueryEdgeInOtherDirection Queries the network edge element corresponding to the reverse traversal of this network edge element.
Method QueryJunctions Queries the network junction elements adjacent to this network edge element.
Method QueryPositions Queries the positions along the source object at which the from-end and to-end of the network edge element lies.
Method QueryTurn Queries the index'th network turn element in which this network edge element participates.
Read-only property SourceID ID of the network dataset source from which this network element was derived.
Read-only property ToAzimuth Direction of travel at the to-end of the network edge element.
Read-only property TurnCount Number of network turn elements in which this network edge element participates.
Read-only property TurnParticipationType Participation of this network edge element within a network turn element.

Classes that implement INetworkEdge

Classes Description
NetworkEdge A container for querying information on a network dataset edge element.

Remarks

The INetworkEdge interface is used to access the properties of the network edge element, such as its direction of travel and azimuth values.

.NET Samples

ArcGIS Network Analyst extension barrier location editor