ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtWeightFilter.ClearRanges Method

Clears all filter ranges for the specified network element type.

[Visual Basic .NET]
Public Sub ClearRanges ( _
    ByVal elementType As esriElementType _
)
[C#]
public void ClearRanges (
    esriElementType elementType
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtWeightFilter Interface