ILookups

class ILookups

Bases: ImpactCOMWrapperBase, Iterable

Summary:

A collection of ILookup objects.

Remarks:

Introduced in Impact 6.3.0.3

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.

Summary:

The number of items in this collection.

Returns:

The value of Count.

Return type:

count (int)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.

item(index)
Summary:

Gets an ILookup object with the specified display_member value or index.

Parameters:

index (any) – Specifies the value of the display_member of the index of the item to get.

Examples