ImpactCOMWrapperBase

class ImpactCOMWrapperBase

Bases: object

impact_com_wrapper_base is python base wrapper for all COM interface.

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

__init__(com_obj)

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

isNone()

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