Provides access to members that specify the properties of this network junction 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. | |
EdgeCount | Number of network edge elements adjacent to this network junction element. | |
EID | Element ID for this network element. | |
ElementType | Type of this network element. | |
OID | Object ID of the object corresponding to this network element. | |
QueryEdge | Queries the index'th network edge element adjacent to this network junction element. | |
QueryPoint | Queries the point object corresponding to this network junction element. | |
QueryTurn | Queries the index'th network turn element anchored at this network junction element. | |
SourceID | ID of the network dataset source from which this network element was derived. | |
TurnCount | Number of network turn elements anchored at this network junction. |
CoClasses that implement INetworkJunction
CoClasses and Classes | Description |
---|---|
NetworkJunction | A container for querying information on a network dataset junction element. |
Remarks
The INetworkJunction interface is used to query the network junction element for other network elements adjacent to it.