This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties Interface > IEngineEditProperties.StreamTolerance Property (ArcObjects .NET 10.5 SDK) |
Controls the streaming tolerance, measured in map units.
[Visual Basic .NET] Public Property StreamTolerance As Double
[C#] public double StreamTolerance {get; set;}
[C++]
HRESULT get_StreamTolerance(
double* tol
);
[C++]
HRESULT put_StreamTolerance(
double tol
);
[C++]
Parameters tol [out, retval] tol is a parameter of type double tol [in] tol is a parameter of type double
Use StreamTolerance to set the number of points that get added to a map (in map units) by the ControlsEditingSketchTool when in stream mode. By default StreamTolerance is 0.
Use the ControlsEditingSketchStreamingCommand to set the ControlsEditingSketchTool in stream mode.