IGlobal¶
- class IGlobal¶
Bases:
ImpactCOMWrapperBase- Summary:
Represents a global variable.
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 variable.
- Returns:
The value of Name.
- Return type:
name (str)
- property value¶
Gets Value.
- Summary:
Gets and sets the value of the variable.
- Returns:
The value of Value.
- Return type:
value (any)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.