FigureOfMeritGraphics2DLevelAttributesCollection#
- class ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLevelAttributesCollection#
Collection of Level Attributes.
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. |
|
Add a new element to the collection. |
Import detail#
from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DLevelAttributesCollection
Property detail#
- property FigureOfMeritGraphics2DLevelAttributesCollection.count: int#
Return the number of elements in a collection.
- property FigureOfMeritGraphics2DLevelAttributesCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- FigureOfMeritGraphics2DLevelAttributesCollection.item(self, index: int) FigureOfMeritGraphics2DLevelAttributesElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
FigureOfMeritGraphics2DLevelAttributesElement
- FigureOfMeritGraphics2DLevelAttributesCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- FigureOfMeritGraphics2DLevelAttributesCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns:
- FigureOfMeritGraphics2DLevelAttributesCollection.add_level_range(self, start: Any, stop: Any, step: Any) None #
Add a new element to the collection.
- FigureOfMeritGraphics2DLevelAttributesCollection.add_level(self, level: Any) FigureOfMeritGraphics2DLevelAttributesElement #
Add a new element to the collection.
- Parameters:
level :
Any
- Returns:
FigureOfMeritGraphics2DLevelAttributesElement