ArcObjects Library Reference (Editor)  

IEditProperties.StreamGroupingCount Property

Controls the number of points to group together when streaming.

[Visual Basic .NET]
Public Property StreamGroupingCount As Integer
[C#]
public int StreamGroupingCount {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The StreamGroupingCount property establishes how many grouped points to add to the undo stack for the sketch operation when ISketchTool :: IsStreaming is TRUE. This means that if the value is set to 1 each streamed point added will be undoable and redoable. If the streaming tolerance is low, however, you may wish to make the grouping larger so that groups of added points can be undone or redone by the user with only one undo or redo.

See Also

IEditProperties Interface