ILibraryObject

class ILibraryObject

Bases: ImpactCOMWrapperBase

Description:

Represents a library object.

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

property name

Gets Name.

Description:

Gets the name of the library object.

Returns:

The value of Name.

Return type:

name (str)