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 | ||
---|---|---|
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. | |
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
INetSchema Interface | INetSchemaEdit Interface | INetWeightAssociation Interface | INetWeightAssociationEdit Interface | INetWeight Interface | INetWeightEdit Interface