CoverageGroundAltitudeMethod ============================ .. py:class:: ansys.stk.core.stkobjects.CoverageGroundAltitudeMethod IntEnum .. py:currentmodule:: CoverageGroundAltitudeMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown ground altitude method. * - :py:attr:`~DEPTH` - Depth below the surface. * - :py:attr:`~ALTITUDE` - Altitude above the surface. * - :py:attr:`~ALTITUDE_AT_TERRAIN` - Altitude at terrain. * - :py:attr:`~ALTITUDE_ABOVE_MEAN_SEA_LEVEL` - Altitude above MSL of the surface. * - :py:attr:`~USE_POINT_ALTITUDE` - Altitude by point type. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoverageGroundAltitudeMethod