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


INetSolverWeightsGEN.SetFilterType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetSolverWeightsGEN Interface > INetSolverWeightsGEN.SetFilterType Method
ArcGIS Developer Help

INetSolverWeightsGEN.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 bool

Product Availability

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

See Also

INetSolverWeightsGEN Interface