ScreenOverlayPickResultCollection#
- class ansys.stk.core.graphics.ScreenOverlayPickResultCollection#
A collection of pick results.
Overview#
Import detail#
from ansys.stk.core.graphics import ScreenOverlayPickResultCollection
Property detail#
- property ScreenOverlayPickResultCollection.count: int#
A total number of elements in the collection.
- property ScreenOverlayPickResultCollection._new_enum: EnumeratorProxy#
Return an enumerator that iterates through the collection.
Method detail#
- ScreenOverlayPickResultCollection.item(self, index: int) ScreenOverlayPickResult #
Get an element at the specified position in the collection.
- Parameters:
index :
int
- Returns:
ScreenOverlayPickResult