IFileFormats¶
- class IFileFormats¶
Bases:
ImpactCOMWrapperBase,Iterable- Description:
A list of constants from the ipFileFormat enumeration.
- Remarks:
Introduced in Impact 5.1.4.24.
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 items in this list.
- Returns:
The value of Count.
- Return type:
count (int)
- add(file_format)¶
- Description:
Adds a constant from the ipFileFormat enumeration to the list.
- Parameters:
file_format (ipFileFormat) – Specifies the constant to add.
- clear()¶
- Description:
Clears the list.
- contains(file_format)¶
- Description:
Determines if a constant exists in this list.
- Parameters:
file_format (ipFileFormat) – Specifies the constant to check.
- item(index)¶
- Description:
Gets the constant at the specified index.
- Parameters:
index (int) – Specifies the index of the constant to get.
- remove(file_format)¶
- Description:
Removes a constant from this list.
- Parameters:
file_format (ipFileFormat) – Specifies the constant to remove.