This document is archived and information here might be outdated.  Recommended version.


IEngineEditProperties.StreamTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties Interface > IEngineEditProperties.StreamTolerance Property
ArcGIS Developer Help

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(
  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

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