ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtWeightFilter.GetFilterType Method

Gets the filter type for the specified network element type.

[Visual Basic .NET]
Public Sub GetFilterType ( _
    ByVal elementType As esriElementType, _
    ByRef weightFilterType As esriWeightFilterType, _
    ByRef applyNotOperator As Boolean _
)
[C#]
public void GetFilterType (
    esriElementType elementType,
    ref esriWeightFilterType weightFilterType,
    ref bool applyNotOperator
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtWeightFilter Interface