ArcObjects Library Reference (GeoDatabase)  

INetAttributes Interface

Provides access to members that get the disabled state and weight values of individual elements in the network.

Product Availability

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

When To Use

INetAttributes refers to the attributes of individual network elements not of the entire network. Use the INetAttributes interface when you want to know whether a particular element in your network is disabled. Disabled elements are different from barriers on a network. By disabling an element you are not only stopping a trace, but also are affecting the flow through that particular element.

You can also get the weight value on a given element. You do have the ability to edit this value using the INetAttributesEdit interface. However, you should only do this in the case where you have a logical network with no associated geometric network. For a geometric network you should change a weight value by editing the value in the attribute table for the particular feature. Use IRowBuffer::Value and IRow::Store to modify the value of a feature attribute.

The logical network maintains its own weight values for the purpose of faster access. Directly manipulating the logical network's weight values will cause the weight values from the feature to be out of sync with the weight values maintained by the logical network.

Members

Description
Method GetDisabledState Returns the disabled state of the specified network element.
Method GetWeightValue Returns the weight value of the specified network element for the specified weight.

CoClasses that implement INetAttributes

CoClasses and Classes Description
StreetNetwork A container for describing a street network.
UtilityNetwork A container for describing a utility network.

See Also

INetAttributesEdit Interface | INetAttributes Interface