This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetSolverWeights Interface > INetSolverWeights.SetFilterRanges Method (ArcObjects .NET 10.5 SDK) |
Sets the range of values to be filtered for the specified network element type.
[Visual Basic .NET] Public Sub SetFilterRanges ( _ ByVal ElementType As esriElementType, _ ByVal rangeCount As Integer, _ ByRef fromValues As Object, _ ByRef toValues As Object _ )
[C#] public void SetFilterRanges ( esriElementType ElementType, int rangeCount, ref object fromValues, ref object toValues );
[C++]
HRESULT SetFilterRanges(
esriElementType ElementType,
long rangeCount,
VARIANT* fromValues,
VARIANT* toValues
);
[C++]
Parameters ElementType [in]
ElementType is a parameter of type esriElementType rangeCount [in] rangeCount is a parameter of type long fromValues [in] fromValues is a parameter of type VARIANT toValues [in] toValues is a parameter of type VARIANT