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


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

IEditProperties.StreamTolerance Property

Controls the streaming tolerance, measured in map units.

[Visual Basic .NET]
Public Property StreamTolerance As Double
[C#]
public double StreamTolerance {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the StreamTolerance property to access or modify the tolerance value used to control the number of points that get added to the map when the Sketch Tool is in stream mode.

The StreamTolerance value is in map units.

Use the IsStreaming property found on the interface ISketchTool to turn stream mode digitizing on or off.

See Also

IEditProperties Interface