DataProviderResultSubSectionCollection#

class ansys.stk.core.stkobjects.DataProviderResultSubSectionCollection#

Represents a collection of subsections returned by the data providers.

Overview#

item

Given an index, returns an element in the collection.

count

Return a number of elements in the collection.

_new_enum

Return an enumerator for the collection.

Import detail#

from ansys.stk.core.stkobjects import DataProviderResultSubSectionCollection

Property detail#

property DataProviderResultSubSectionCollection.count: int#

Return a number of elements in the collection.

property DataProviderResultSubSectionCollection._new_enum: EnumeratorProxy#

Return an enumerator for the collection.

Method detail#

DataProviderResultSubSectionCollection.item(self, index: int) DataProviderResultSubSection#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

DataProviderResultSubSection