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


INetworkAnalysisExtWeightFilter.FilterRangeCount Property (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 > INetworkAnalysisExtWeightFilter.FilterRangeCount Property
ArcGIS Developer Help

INetworkAnalysisExtWeightFilter.FilterRangeCount Property

Number of filter ranges for the specified network element type.

[Visual Basic .NET]
Public Function get_FilterRangeCount ( _
    ByVal elementType As esriElementType _
) As Integer
[C#]
public int get_FilterRangeCount (
    esriElementType elementType
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtWeightFilter Interface