CoveragePointAltitudeMethod =========================== .. py:class:: ansys.stk.core.stkobjects.CoveragePointAltitudeMethod IntEnum .. py:currentmodule:: CoveragePointAltitudeMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown method. * - :py:attr:`~FILE_VALUES` - Use the altitude values in the point file. * - :py:attr:`~OVERRIDE` - Override the point altitude with the altitude at a point on terrain. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoveragePointAltitudeMethod