This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMFlagCreator2 Interface > ISMFlagCreator2.SearchTolerance Property (ArcObjects .NET 10.4 SDK) |
Defines maximum allowed distance in miles from stop location to closest street segment when creating a flag.
[Visual Basic .NET] Public Property SearchTolerance As Double
[C#] public double SearchTolerance {get; set;}
[C++]
HRESULT get_SearchTolerance(
double* pVal
);
[C++]
HRESULT put_SearchTolerance(
double pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type double pVal [in] pVal is a parameter of type double
The default value is 0.1554 (250 meters).