MTOGraphics2DLeadTrailTimes =========================== .. py:class:: ansys.stk.core.stkobjects.MTOGraphics2DLeadTrailTimes MTO track lead/trail times. .. py:currentmodule:: MTOGraphics2DLeadTrailTimes Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics2DLeadTrailTimes.use_lead_trail` - Opt whether to use lead and trail times. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics2DLeadTrailTimes.lead_time` - Get or set the time of the interpolated track route that will be displayed ahead of the track. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.MTOGraphics2DLeadTrailTimes.trail_time` - Get or set the time of the interpolated track route that will be displayed behind the track. Uses Time Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import MTOGraphics2DLeadTrailTimes Property detail --------------- .. py:property:: use_lead_trail :canonical: ansys.stk.core.stkobjects.MTOGraphics2DLeadTrailTimes.use_lead_trail :type: bool Opt whether to use lead and trail times. .. py:property:: lead_time :canonical: ansys.stk.core.stkobjects.MTOGraphics2DLeadTrailTimes.lead_time :type: float Get or set the time of the interpolated track route that will be displayed ahead of the track. Uses Time Dimension. .. py:property:: trail_time :canonical: ansys.stk.core.stkobjects.MTOGraphics2DLeadTrailTimes.trail_time :type: float Get or set the time of the interpolated track route that will be displayed behind the track. Uses Time Dimension.