ArcObjects Library Reference (Editor)  

ISketchTool.IsStreaming Property

Indicates whether stream mode digitizing is enabled.

[Visual Basic .NET]
Public Property IsStreaming As Boolean
[C#]
public bool IsStreaming {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use IsStreaming to start and stop stream mode digitizing when using the Sketch Tool.

If you set the value of IsStreaming equal to TRUE, the Sketch Tool will add points to the sketch as you move the mouse around the map. You can get/set the StreamTolerance value using the IEditProperties interface.

See Also

ISketchTool Interface