maxon.Class
Inheritance diagram
Inheritance
Parent Class:
Methods Signature
GetId() |
Return the maxon.Id of the current class. |
__init__([o]) |
x.__init__(…) initializes x; see help(type(x)) for signature |
Methods Definition
-
Class.GetId()
Return the maxon.Id of the current class.
| Returns: | The class identifier. |
| Return type: | maxon.Id |
-
Class.__init__(o=None)
x.__init__(…) initializes x; see help(type(x)) for signature