This document is archived and information here might be outdated. Recommended version. |
Fires before an edit operation stops.
[Visual Basic .NET] Public Event OnBeforeStopOperation As OnBeforeStopOperationEventHandler
[C#] public event OnBeforeStopOperationEventHandler OnBeforeStopOperation
[C++]
HRESULT OnBeforeStopOperation(
void
);
OnBeforeStopOperation is fired before the edit operation is finished at which point the sketch is discarded. Use this event to manipulate the sketch geometry before it is committed.