ScenarioBeforeSaveEventArguments#

class ansys.stk.core.stkobjects.ScenarioBeforeSaveEventArguments#

Contains information about the changes in the object’s state.

Overview#

path

Scenario file path.

continue_save

The status to allow/disallow continue saving.

save_as

Saving as user-specified file type and filename.

save_as_vdf

Saving as VDF.

save_to_sdf

Do not use this property, as it is deprecated. SDF functionality has been removed and this will be removed in the next major release. Saving to SDF.

Import detail#

from ansys.stk.core.stkobjects import ScenarioBeforeSaveEventArguments

Property detail#

property ScenarioBeforeSaveEventArguments.path: str#

Scenario file path.

property ScenarioBeforeSaveEventArguments.continue_save: bool#

The status to allow/disallow continue saving.

property ScenarioBeforeSaveEventArguments.save_as: bool#

Saving as user-specified file type and filename.

property ScenarioBeforeSaveEventArguments.save_as_vdf: bool#

Saving as VDF.

property ScenarioBeforeSaveEventArguments.save_to_sdf: bool#

Do not use this property, as it is deprecated. SDF functionality has been removed and this will be removed in the next major release. Saving to SDF.