ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtWeights Interface

Provides access to members that set and return the weights to be used when performing trace tasks.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the INetworkAnalysisExtWeights interface to specify which weights to use for trace tasks that use weights. Separate weights can be applied to the edges in your network and the junctions. This interface allows you to specify which weights you will be using by their names.

Members

Description
Read/write property FromToEdgeWeightName Weight to be used to determine the cost of traversing edge elements in the digitized direction.
Read/write property JunctionWeightName Weight to be used to determine the cost of passing through junction elements.
Read/write property ToFromEdgeWeightName Weight to be used to determine the cost of traversing edge elements against the digitized direction.

CoClasses that implement INetworkAnalysisExtWeights

CoClasses and Classes Description
UtilityNetworkAnalysisExt A container for defining the Utility Network Analysis extension and describing its current state.

Remarks

For more information on weights see the NetWeight object help.

See Also

INetSchemaEdit Interface | INetSchema Interface | INetWeightAssociationEdit Interface | INetWeightAssociation Interface | INetWeightEdit Interface | INetWeight Interface