This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtWeightFilter Interface > INetworkAnalysisExtWeightFilter.AddFilterRange Method (ArcObjects .NET 10.4 SDK) |
Adds a range of values to be filtered for the specified network element type.
[Visual Basic .NET] Public Sub AddFilterRange ( _ ByVal elementType As esriElementType, _ ByVal fromValue As Object, _ ByVal toValue As Object _ )
[C#] public void AddFilterRange ( esriElementType elementType, object fromValue, object toValue );