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


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

IRouteLocatorName.RouteWhereClause Property

The where clause that limits the routes that 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

IRouteLocatorName Interface