IErrorItems¶
- class IErrorItems¶
Bases:
ImpactCOMWrapperBase,Iterable- Description:
A collection of IErrorItem objects.
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:
Gets the number of objects in this collection.
- Returns:
The value of Count.
- Return type:
count (int)
- property last¶
Gets Last.
- Description:
Gets the last error item in this collection.
- Returns:
The value of Last.
- Return type:
- clear()¶
- Description:
Clears all the error items from this collection.
- item(index)¶
- Description:
Gets an IErrorItem object with the specified index.
- Parameters:
index (int) – Specifies the index of the IErrorItem to get.