CoverageResolutionArea ====================== .. py:class:: ansys.stk.core.stkobjects.CoverageResolutionArea Bases: :py:class:`~ansys.stk.core.stkobjects.ICoverageResolution` Area: Define the location of grid coordinates by using the specified area to determine a latitude/longitude spacing scheme at the equator. .. py:currentmodule:: CoverageResolutionArea Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CoverageResolutionArea.area` - Get or set the area used to define grid resolution. Use Area Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoverageResolutionArea Property detail --------------- .. py:property:: area :canonical: ansys.stk.core.stkobjects.CoverageResolutionArea.area :type: float Get or set the area used to define grid resolution. Use Area Dimension.