DataProviderResultSubSection#

class ansys.stk.core.stkobjects.DataProviderResultSubSection#

Represents a subsection in the data returned by the data providers.

Overview#

title

Return a title of the sub-section.

intervals

Return a collection of intervals within the sub-section.

Import detail#

from ansys.stk.core.stkobjects import DataProviderResultSubSection

Property detail#

property DataProviderResultSubSection.title: str#

Return a title of the sub-section.

property DataProviderResultSubSection.intervals: DataProviderResultIntervalCollection#

Return a collection of intervals within the sub-section.