This document is archived and information here might be outdated. Recommended version. |
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(
System.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.