ArcObjects Library Reference (Controls)  

IEngineEditProperties.StreamTolerance Property

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

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IEngineEditProperties Interface