ArcObjects Library Reference (DataSourcesFile)  

ISMFlagCreator2.SearchTolerance Property

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

Product Availability

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

Description

The default value is 0.1554 (250 meters).

See Also

ISMFlagCreator2 Interface