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])

Represents an object class at runtime.

Methods Definition

Class.GetId()

Return the maxon.Id of the current class.

Returns

The class identifier.

Return type

maxon.Id

Class.__init__(o=None)

Represents an object class at runtime.

Parameters

o – An optional maxon.Data this object is representing.

Type

maxon.Data