IMasterSettings¶
- class IMasterSettings¶
Bases:
ImpactCOMWrapperBase,Iterable- Summary:
A collection of IMasterSetting objects.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property count¶
Gets Count.
- Summary:
The number of items in this collection.
- Returns:
The value of Count.
- Return type:
count (int)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.
- item(variant)¶
- Summary:
Gets an IMasterSetting object with the specified name or index.
- Parameters:
variant (any) – Specifies the name or index of the object to retrieve.
- to_array()¶
- Summary:
Returns the collection as a variant array of IMasterSetting objects.
- Remarks:
Introduced in 7.0.0.63 and 6.4.0.13
Examples