IVehicleLeadTrailDataTime ========================= .. py:class:: ansys.stk.core.stkobjects.IVehicleLeadTrailDataTime Configure the amount of time to display the vehicle's path in 2D or 3D window. .. py:currentmodule:: IVehicleLeadTrailDataTime Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleLeadTrailDataTime.time` - Amount of leading or trailing vehicle pass to display, in terms of time required to traverse it. Uses Time Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IVehicleLeadTrailDataTime Property detail --------------- .. py:property:: time :canonical: ansys.stk.core.stkobjects.IVehicleLeadTrailDataTime.time :type: float Amount of leading or trailing vehicle pass to display, in terms of time required to traverse it. Uses Time Dimension.