IDisplayTime#
- class ansys.stk.core.stkobjects.IDisplayTime#
The display time interface.
Overview#
Set the display status type. |
|
Get a value indicating whether the specified type can be used. |
Return the Display Status type. |
|
Return an array of valid choices. |
|
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_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:
- 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: