CoverageAreaTargetsCollection#
- class ansys.stk.core.stkobjects.CoverageAreaTargetsCollection#
Collection of Area Targets.
Overview#
Given an index, returns an element in the collection. |
|
Remove an element from the collection using specified index. |
|
Remove all elements from the collection. |
|
Add a new element to the collection. |
|
Remove an element from the collection given a Target name. |
Return the number of elements in a collection. |
|
Return an enumerator that can iterate through the collection. |
|
Get the available area targets. |
Import detail#
from ansys.stk.core.stkobjects import CoverageAreaTargetsCollection
Property detail#
- property CoverageAreaTargetsCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- CoverageAreaTargetsCollection.item(self, index: int) str #
Given an index, returns an element in the collection.
- CoverageAreaTargetsCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- CoverageAreaTargetsCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns: