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


IRouteLocator2.Identify Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocator2 Interface > IRouteLocator2.Identify Method
ArcGIS Developer Help

IRouteLocator2.Identify Method

Identify route locations in an envelope.

[Visual Basic .NET]
Public Function Identify ( _
    ByVal searchEnvelope As IEnvelope, _
    ByVal whereClause As String _
) As IEnumRouteIdentifyResult
[C#]
public IEnumRouteIdentifyResult Identify (
    IEnvelope searchEnvelope,
    string whereClause
);
[C++]
HRESULT Identify(
  IEnvelope* searchEnvelope,
  BSTR whereClause
);
[C++]
Parameters
searchEnvelope [in]

searchEnvelope is a parameter of type IEnvelope* whereClause [in]
whereClause is a parameter of type BSTR

Product Availability

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

See Also

IRouteLocator2 Interface