IEntities¶
- class IEntities¶
Bases:
ImpactCOMWrapperBase,Iterable- Description:
A collection of IEntity 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:
The number of items in this collection.
- Returns:
The value of Count.
- Return type:
count (int)
- item(variant)¶
- Description:
Gets an IEntity object with the specified index.
- Parameters:
variant (any) – Specifies the index of the object to retrieve.