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


INetSolverWeights.SetFilterType Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

INetSolverWeights.SetFilterType Method

Sets the filter type for the specified network element type.

[Visual Basic .NET]
Public Sub SetFilterType ( _
    ByVal ElementType As esriElementType, _
    ByVal weightFilterType As esriWeightFilterType, _
    ByVal applyNotOperator As Boolean _
)
[C#]
public void SetFilterType (
    esriElementType ElementType,
    esriWeightFilterType weightFilterType,
    bool applyNotOperator
);
[C++]
HRESULT SetFilterType(
  esriElementType ElementType,
  esriWeightFilterType weightFilterType,
  VARIANT_BOOL applyNotOperator
);
[C++]

Parameters ElementType [in]
ElementType is a parameter of type esriElementType weightFilterType [in]
weightFilterType is a parameter of type esriWeightFilterType applyNotOperator [in] applyNotOperator is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INetSolverWeights Interface