IBridgeStyle¶
- class IBridgeStyle¶
Bases:
ImpactCOMWrapperBase- Summary:
Represents a bridge style.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property full_name¶
Gets full_name.
- Summary:
The name of the bridge style.
- Remarks:
Although this property is read-write, attempting to write to it will give a ‘Not Implemented’ error.
- Returns:
The value of full_name.
- Return type:
full_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.