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


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

INetworkAnalysisExtWeightFilter.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
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtWeightFilter Interface