ArcObjects Library Reference (Controls)  

IEngineEditSketch.FinishSketchPart Method

Completes a part for the current edit sketch.

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

Product Availability

Available with ArcGIS Engine.

Description

The FinishSketchPart method finishes the edit sketch part during the creation of multi-part geometries.

Remarks

This method fires the IEngineEditEvents::OnAfterDrawSketch event.

See Also

IEngineEditSketch Interface