This document is archived and information here might be outdated.  Recommended version.


INetworkAnalysisExtWeights Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtWeights Interface
ArcGIS Developer Help

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

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

Classes that implement INetworkAnalysisExtWeights

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 | INetWeightEdit Interface | INetWeightAssociation Interface | INetWeightAssociationEdit Interface | INetWeight Interface | NetWeight Class