DataProviderResultSubSection ============================ .. py:class:: ansys.stk.core.stkobjects.DataProviderResultSubSection Represents a subsection in the data returned by the data providers. .. py:currentmodule:: DataProviderResultSubSection Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.DataProviderResultSubSection.title` - Return a title of the sub-section. * - :py:attr:`~ansys.stk.core.stkobjects.DataProviderResultSubSection.intervals` - Return a collection of intervals within the sub-section. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DataProviderResultSubSection Property detail --------------- .. py:property:: title :canonical: ansys.stk.core.stkobjects.DataProviderResultSubSection.title :type: str Return a title of the sub-section. .. py:property:: intervals :canonical: ansys.stk.core.stkobjects.DataProviderResultSubSection.intervals :type: DataProviderResultIntervalCollection Return a collection of intervals within the sub-section.