OnePointAccessResultCollection#
- class ansys.stk.core.stkobjects.OnePointAccessResultCollection#
Represents the data sets for one point access.
Overview#
Import detail#
from ansys.stk.core.stkobjects import OnePointAccessResultCollection
Property detail#
- 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