IVehicleGraphics2DAttributesDisplayState ======================================== .. py:class:: ansys.stk.core.stkobjects.IVehicleGraphics2DAttributesDisplayState Provide access to non-trivial properties of 2D vehicle attributes. .. py:currentmodule:: IVehicleGraphics2DAttributesDisplayState Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributesDisplayState.get_display_intervals` - Get a read-only collection of computed display intervals. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IVehicleGraphics2DAttributesDisplayState Method detail ------------- .. py:method:: get_display_intervals(self) -> VehicleGraphics2DIntervalsCollection :canonical: ansys.stk.core.stkobjects.IVehicleGraphics2DAttributesDisplayState.get_display_intervals Get a read-only collection of computed display intervals. :Returns: :obj:`~VehicleGraphics2DIntervalsCollection`