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


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

INetworkJunction2 Interface

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

Name Description
Read-only property AttributeValue Value of this network element for the given network attribute ID.
Read-only property AttributeValueAtTime Value of this network element for the given network attribute ID and local time.
Read-only property AttributeValueByName Value of this network element for the given network attribute name.
Read-only property EdgeCount Number of network edge elements adjacent to this network junction element.
Read-only property EID Element ID for this network element.
Read-only property ElementType Type of this network element.
Read-only property OID Object ID of the object corresponding to this network element.
Method QueryEdge Queries the index'th network edge element adjacent to this network junction element.
Method QueryPoint Queries the point object corresponding to this network junction element.
Method QueryTurn Queries the index'th network turn element anchored at this network junction element.
Read-only property SourceID ID of the network dataset source from which this network element was derived.
Read-only property TurnCount Number of network turn elements anchored at this network junction.

Classes that implement INetworkJunction2

Classes Description
NetworkJunction A container for querying information on a network dataset junction element.