maxon.ObjectDefinition

Description

Represent an Object

Warning

This function is only there to expose a C++ Object to Python.
As a Python developer you normally don’t have to deal with this function.

Inheritance diagram

Inheritance

Methods Signature

GetId()

Retrieve the maxon.Id stored representing the object.

PrivateGetClass()

Retrieves the current class of the object.

__init__(iid, object)

Initialize self.

Methods Definition

ObjectDefinition.GetId()

Retrieve the maxon.Id stored representing the object. :return: The Unique definition identifier of the current object. :rtype: maxon.Id

ObjectDefinition.PrivateGetClass()

Retrieves the current class of the object.

ObjectDefinition.__init__(iid, object)

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