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


INAServerDataLayer.QueryFilter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerDataLayer Interface > INAServerDataLayer.QueryFilter Property
ArcGIS Developer Help

INAServerDataLayer.QueryFilter Property

The query filter used to constrain the search.

[Visual Basic .NET]
Public Property QueryFilter As IQueryFilter
[C#]
public IQueryFilter QueryFilter {get; set;}
[C++]
HRESULT get_QueryFilter(
  IQueryFilter** ppValue
);
[C++]
HRESULT putref_QueryFilter(
  IQueryFilter* ppValue
);
[C++]
Parameters
ppValue [out, retval]

ppValue is a parameter of type IQueryFilter** ppValue [in]
ppValue is a parameter of type IQueryFilter*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

QueryFilter specifies an instance of QueryFilter or SpatialFilter used to constrain the input features.

See Also

INAServerDataLayer Interface