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