ArcObjects Library Reference (Editor)  

IEditSketch.FinishSketchPart Method

Completes a part for the current edit sketch.

[Visual Basic .NET]
Public Sub FinishSketchPart ( _
)
[C#]
public void FinishSketchPart (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Call this function to create multi-part geometries.

See Also

IEditSketch Interface