IRecursedEntities

class IRecursedEntities

Bases: ImpactCOMWrapperBase, Iterable

Description:

A collection of IRecursedEntity objects, returned from the recursed_entities method.

Remarks:

Note that an entity may occur in this collection more than once, if it is contained in a block which is inserted more than once. Introduced in Impact 8.0.0.65

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 IRecursedEntity object with the specified index.

Parameters:

variant (any) – Specifies the index of the object to retrieve.