ArcObjects Library Reference  (GeoDatabase)    

IRouteLocatorName.RouteWhereClause Property

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

[Visual Basic 6.0]
Property RouteWhereClause As String
[Visual Basic .NET]
Public Property RouteWhereClause As String
[C#]
public string RouteWhereClause {get; set;}
[Java]
public String getRouteWhereClause()
throws
    IOException,
    AutomationException
[Java]
public void setRouteWhereClause(
String RouteWhereClause
)
throws
    IOException,
    AutomationException
[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

IRouteLocatorName Interface

 


Feedback Send feedback on this page