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


IEditSketch.FinishSketchPart Method (ArcObjects .NET 10.4 SDK)
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