LineTargetPoint =============== .. py:class:: ansys.stk.core.stkobjects.LineTargetPoint Line Target Point. .. py:currentmodule:: LineTargetPoint Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.LineTargetPoint.latitude` - Latitude of a point used in defining a line target. Uses Latitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.LineTargetPoint.longitude` - Longitude of a point used in defining a line target. Uses Longitude Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import LineTargetPoint Property detail --------------- .. py:property:: latitude :canonical: ansys.stk.core.stkobjects.LineTargetPoint.latitude :type: typing.Any Latitude of a point used in defining a line target. Uses Latitude Dimension. .. py:property:: longitude :canonical: ansys.stk.core.stkobjects.LineTargetPoint.longitude :type: typing.Any Longitude of a point used in defining a line target. Uses Longitude Dimension.