ArcObjects Library Reference  (Location)    

IRouteLocator2.Identify Method

Identify route locations in an envelope.

[Visual Basic 6.0]
Function Identify(
    ByVal searchEnvelope As IEnvelope, _
    ByVal whereClause As String _
) As IEnumRouteIdentifyResult
[Visual Basic .NET]
Public Function Identify ( _
    ByVal searchEnvelope As IEnvelope, _
    ByVal whereClause As String _
) As IEnumRouteIdentifyResult
[C#]
public IEnumRouteIdentifyResult Identify (
    IEnvelope searchEnvelope,
    string whereClause
);
[Java]
public IEnumRouteidentifyResult identify (
    IEnvelope searchEnvelope,
    String whereClause
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Identify(
  IEnvelope* searchEnvelope,
  BSTR whereClause,
  IEnumRouteIdentifyResult** result
);
[C++]

Parameters

searchEnvelope [in]

  searchEnvelope is a parameter of type IEnvelope

whereClause [in]

  whereClause is a parameter of type BSTR

result [out, retval]

  result is a parameter of type IEnumRouteIdentifyResult

Product Availability

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

See Also

IRouteLocator2 Interface

 


Feedback Send feedback on this page