This document is archived and information here might be outdated. Recommended version. |
Provides access to members that specify the properties common to all network elements.
Name | 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. | |
EID | Element ID for this network element. | |
ElementType | Type of this network element. | |
OID | Object ID of the object corresponding to this network element. | |
SourceID | ID of the network dataset source from which this network element was derived. |
CoClasses and Classes | Description |
---|---|
NetworkEdge | A container for querying information on a network dataset edge element. |
NetworkJunction | A container for querying information on a network dataset junction element. |
NetworkTurn | A container for querying information on a network dataset turn element. |
The INetworkElement interface is used to access the properties of the network element, such as its attribute values and identifiers.
To access the NetworkElement object for an existing element in the network dataset, use the QueryJunction, QueryEdge, or QueryTurn methods on the INetworkQuery interface.