ILibraryObject

class ILibraryObject

Bases: ImpactCOMWrapperBase

Summary:

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.

Summary:

Gets the name of the library object.

Returns:

The value of Name.

Return type:

name (str)

isNone()

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

Examples