ArcObjects Library Reference (EditorExt)  

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

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.

CoClasses that implement INetworkAnalysisExtWeightFilter

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

See Also

INetWeightAssociationEdit Interface | INetWeightAssociation Interface | INetWeightEdit Interface | INetWeight Interface

.NET Samples

Custom upstream trace task (Code Files: CustomUpstreamTraceTaskVBNet)