OnePointAccessResultCollection#

class ansys.stk.core.stkobjects.OnePointAccessResultCollection#

Represents the data sets for one point access.

Overview#

item

Given an index, returns an element in the collection.

count

Return the number of elements in a collection.

_new_enum

Return an enumerator that can iterate through the collection.

Import detail#

from ansys.stk.core.stkobjects import OnePointAccessResultCollection

Property detail#

property OnePointAccessResultCollection.count: int#

Return the number of elements in a collection.

property OnePointAccessResultCollection._new_enum: EnumeratorProxy#

Return an enumerator that can iterate through the collection.

Method detail#

OnePointAccessResultCollection.item(self, index: int) OnePointAccessResult#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

OnePointAccessResult