IAddress

class IAddress

Bases: ImpactCOMWrapperBase

Description:

Represents an address in a database.

Remarks:

An address can be associated with each IUser object. Introduced in Impact 8.0.0.75.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property documents

Gets Documents.

Description:

An IDocuments collection representing all the documents associated with this item.

Remarks:

Introduced in Impact 11.0.0.39

Returns:

The value of Documents.

Return type:

documents (IDocuments)

property formatted_name

Gets formatted_name.

Description:

The formatted name of the address.

Remarks:

Introduced in Impact 11.0.0.24

Returns:

The value of formatted_name.

Return type:

formatted_name (str)

property key

Gets Key.

Description:

The key of the address.

Returns:

The value of Key.

Return type:

key (int)

property values

Gets Values.

Description:

An IDatabaseValues object that can be used to read/write the address database values.

Remarks:

The Values object can be used to directly read/wrtite database values, extreme care should be taken when using this object.

Returns:

The value of Values.

Return type:

values (IDatabaseValues)

delete()
Description:

Delete the address

Remarks:

Introduced in Impact 11.0.0.23

Examples