This document is archived and information here might be outdated. Recommended version. |
Fires when an edit operation stops.
[Visual Basic .NET] Public Event OnStopOperation As OnStopOperationEventHandler
[C#] public event OnStopOperationEventHandler OnStopOperation
[C++]
HRESULT OnStopOperation(
void
);
The OnStopOperation event is fired whenever an edit operation is stopped or when IEngineEditor::StopOperation is called. At this stage a feature has been created using the sketch geometry but the IEngineEditSketch::Geometry is still available.