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


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

INetworkAnalysisExtWeightFilter Interface

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

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the INetworkAnalysisExtWeightFilter interface to set and return weight filter information to use when performing trace tasks. Using this interface, you can specify the weight to use to filter network elements, and set and return the ranges to use in the filters for each network element type.

Members

Name Description
Method AddFilterRange Adds a range of values to be filtered for the specified network element type.
Method ClearRanges Clears all filter ranges for the specified network element type.
Read-only property FilterRangeCount Number of filter ranges for the specified network element type.
Read/write property FromToEdgeWeightFilterName Name of the weight to be used for filtering edge elements traced in the digitized direction.
Method GetFilterRange Returns a filter range by index for the specified network element type.
Method GetFilterType Gets the filter type for the specified network element type.
Read/write property JunctionWeightFilterName Name of the weight to be used for filtering junction elements.
Method SetFilterType Sets the filter type for the specified network element type.
Read/write property ToFromEdgeWeightFilterName Name of the weight to be used for filtering edge elements traced against the digitized direction.

Classes that implement INetworkAnalysisExtWeightFilter

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

See Also

INetWeightEdit Interface | INetWeightAssociation Interface | INetWeightAssociationEdit Interface | INetWeight Interface | NetWeight Class

.NET Samples

Custom upstream trace task