This document is archived and information here might be outdated. Recommended version. |
Provides access to members that set and return the weights to be used when performing trace tasks.
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.
Name | Description | |
---|---|---|
FromToEdgeWeightName | Weight to be used to determine the cost of traversing edge elements in the digitized direction. | |
FromToEdgeWeightName | Weight to be used to determine the cost of traversing edge elements in the digitized direction. | |
JunctionWeightName | Weight to be used to determine the cost of passing through junction elements. | |
JunctionWeightName | Weight to be used to determine the cost of passing through junction elements. | |
ToFromEdgeWeightName | Weight to be used to determine the cost of traversing edge elements against the digitized direction. | |
ToFromEdgeWeightName | Weight to be used to determine the cost of traversing edge elements against the digitized direction. |
CoClasses and Classes | Description |
---|---|
UtilityNetworkAnalysisExt | A container for defining the Utility Network Analysis extension and describing its current state. |
For more information on weights see the NetWeight object help.
INetSchemaEdit Interface | INetSchema Interface | INetWeightEdit Interface | INetWeightAssociation Interface | INetWeightAssociationEdit Interface | INetWeight Interface | NetWeight Class