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


INetworkAnalysisExtWeightFilter.SetFilterType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

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