IDisplayTime#

class ansys.stk.core.stkobjects.IDisplayTime#

The display time interface.

Overview#

set_display_status_type

Set the display status type.

is_display_status_type_supported

Get a value indicating whether the specified type can be used.

display_status_type

Return the Display Status type.

display_status_supported_types

Return an array of valid choices.

display_times_data

Return the display times data.

Import detail#

from ansys.stk.core.stkobjects import IDisplayTime

Property detail#

property IDisplayTime.display_status_type: DisplayTimesType#

Return the Display Status type.

property IDisplayTime.display_status_supported_types: list#

Return an array of valid choices.

property IDisplayTime.display_times_data: IDisplayTimesData#

Return the display times data.

Method detail#

IDisplayTime.set_display_status_type(self, display_status: DisplayTimesType) None#

Set the display status type.

Parameters:

display_status : DisplayTimesType

Returns:

None

IDisplayTime.is_display_status_type_supported(self, display_status: DisplayTimesType) bool#

Get a value indicating whether the specified type can be used.

Parameters:

display_status : DisplayTimesType

Returns:

bool