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


IRouteLocator.RouteWhereClause Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocator Interface > IRouteLocator.RouteWhereClause Property
ArcGIS Developer Help

IRouteLocator.RouteWhereClause Property

The where clause that limits the routes events can be located on.

[Visual Basic .NET]
Public Property RouteWhereClause As String
[C#]
public string RouteWhereClause {get; set;}
[C++]
HRESULT get_RouteWhereClause(
  BSTR whereClause
);
[C++]
HRESULT put_RouteWhereClause(
  System.String* whereClause
);
[C++]
Parameters
whereClause [in]

whereClause is a parameter of type BSTR whereClause [out, retval]
whereClause is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRouteLocator Interface