|
Impact Acquire SDK Python
|
A base class for sets of properties that can be modified by the user. More...
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
| hObj (self) | |
| Returns a unique identifier for the component collection referenced by this object. | |
| restoreDefault (self) | |
| Restores the default for every component of this collection. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A base class for sets of properties that can be modified by the user.
| __init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
| hObj | ( | self | ) |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
| restoreDefault | ( | self | ) |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
static |