This document is archived and information here might be outdated. Recommended version. |
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.