ICorrugatedMaterialInfoRows¶
- class ICorrugatedMaterialInfoRows¶
Bases:
ImpactCOMWrapperBase,Iterable- Description:
A collection of rows of textual information specific to an ICorrugatedMaterial.
- Remarks:
Introduced in Impact 6.1.0.21
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property count¶
Gets Count.
- Description:
The number of items in this collection.
- Returns:
The value of Count.
- Return type:
count (int)
- item(index)¶
- Description:
Gets the info row at the specified position.
- Parameters:
index (int) – The position of the info row in this collection.