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