ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* useSearch
);
[C++]
HRESULT put_UseSpatialSearch(
  VARIANT_BOOL useSearch
);
[C++]

Parameters

useSearch [out, retval]   useSearch is a parameter of type VARIANT_BOOL useSearch [in]   useSearch is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDirectionsLandmarkSource Interface