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


INetworkAnalysisExtWeightFilter.GetFilterType 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.GetFilterType Method
ArcGIS Developer Help

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