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


IDirectionsLandmarkSource.UseSpatialSearch Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDirectionsLandmarkSource Interface > IDirectionsLandmarkSource.UseSpatialSearch Property
ArcGIS Developer Help

IDirectionsLandmarkSource.UseSpatialSearch Property

Indicates if spatial search should be used to locate landmarks along the route.

[Visual Basic .NET]
Public Property UseSpatialSearch As Boolean
[C#]
public bool UseSpatialSearch {get; set;}
[C++]
HRESULT get_UseSpatialSearch(
  Boolean* useSearch
);
[C++]
HRESULT put_UseSpatialSearch(
  VARIANT_BOOL useSearch
);
[C++]
Parameters
useSearch [out, retval]

useSearch is a parameter of type bool* useSearch [in]
useSearch is a parameter of type bool

Product Availability

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

See Also

IDirectionsLandmarkSource Interface