maxon.Class

Description

Reference class of maxon.ClassInterface.

Inheritance diagram

Inheritance

Parent Class:

Attributes

maxon.Class.R

Methods Signature

GetId()

Return the maxon.Id of the current class.

__init__([o])

Initialize self.

Methods Definition

Class.GetId()

Return the maxon.Id of the current class.

Returns

The class identifier.

Return type

maxon.Id

Class.__init__(o=None)

Initialize self. See help(type(self)) for accurate signature.