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


IRouteLocator.RouteWhereClause Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

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