This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditSketch Interface > IEngineEditSketch.FinishSketchPart Method (ArcObjects .NET 10.5 SDK) |
Completes a part for the current edit sketch.
[Visual Basic .NET]
Public Sub FinishSketchPart ( _
)
[C#] public void FinishSketchPart ( );
[C++]
HRESULT FinishSketchPart(
void
);
The FinishSketchPart method finishes the edit sketch part during the creation of multi-part geometries.
This method fires the IEngineEditEvents::OnAfterDrawSketch event.