VehicleGraphics2DInterval ========================= .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DInterval 2D Graphics display based on custom intervals. .. py:currentmodule:: VehicleGraphics2DInterval Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DInterval.graphics_2d_attributes` - Get the 2D Graphics attributes for the interval. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DInterval.start_time` - Get or set the start time of the custom interval. Uses DateFormat Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DInterval.stop_time` - Get or set the stop time of the custom interval. Uses DateFormat Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DInterval Property detail --------------- .. py:property:: graphics_2d_attributes :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DInterval.graphics_2d_attributes :type: IVehicleGraphics2DAttributesBasic Get the 2D Graphics attributes for the interval. .. py:property:: start_time :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DInterval.start_time :type: typing.Any Get or set the start time of the custom interval. Uses DateFormat Dimension. .. py:property:: stop_time :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DInterval.stop_time :type: typing.Any Get or set the stop time of the custom interval. Uses DateFormat Dimension.