FeatureCodes ============ .. py:class:: ansys.stk.core.stkx.FeatureCodes IntEnum .. py:currentmodule:: FeatureCodes Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ENGINE_RUNTIME` - The enumeration is used to check whether the engine runtime is available. * - :py:attr:`~GLOBE_CONTROL` - The enumeration is used to check whether the globe is available. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import FeatureCodes