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


INetSolverWeightsGEN.SetFilterRanges Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

INetSolverWeightsGEN.SetFilterRanges Method

Sets the range of values to be filtered for the specified network element type.

[Visual Basic .NET]
Public Sub SetFilterRanges ( _
    ByVal ElementType As esriElementType, _
    ByRef fromValues As Object[]&, _
    ByRef toValues As Object[]& _
)
[C#]
public void SetFilterRanges (
    esriElementType ElementType,
    ref Object[]& fromValues,
    ref Object[]& toValues
);
[C++]
HRESULT SetFilterRanges(
  esriElementType ElementType,
  fromValues* fromValues,
  toValues* toValues
);
[C++]

Parameters ElementType [in]
ElementType is a parameter of type esriElementType fromValues [in] fromValues is a parameter of type toValues [in] toValues is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetSolverWeightsGEN Interface

.NET Related Topics

NetworkAnalysis