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(
  BSTR whereClause
);
[C++]

Parameters

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

Product Availability

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

See Also

IRouteLocator Interface