STKObjectPreDeleteEventArguments#

class ansys.stk.core.stkobjects.STKObjectPreDeleteEventArguments#

Arguments for the OnStkObjectPreDelete event.

Overview#

path

Object path.

continue_object_deletion

The status to continue or stop the object deletion.

Import detail#

from ansys.stk.core.stkobjects import STKObjectPreDeleteEventArguments

Property detail#

property STKObjectPreDeleteEventArguments.path: str#

Object path.

property STKObjectPreDeleteEventArguments.continue_object_deletion: bool#

The status to continue or stop the object deletion.