This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocator Interface > IRouteLocator.RouteWhereClause Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR whereClause
);
[C++]
Parameters whereClause [out, retval] whereClause is a parameter of type BSTR whereClause [in] whereClause is a parameter of type BSTR