This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDirectionsLandmarkSource Interface > IDirectionsLandmarkSource.UseSpatialSearch Property (ArcObjects .NET 10.4 SDK) |
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