maxon.Declaration

Description

Maxon API rely on object that are declared. Such object are stored under a maxon.Declaration 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()

Retrieves the Id of the declaration

__call__()

Call self as a function.

__init__(ids[, entityBaseType, returnType])

Initialize self.

Methods Definition

Declaration.GetId()

Retrieves the Id of the declaration

Returns

The declaration id

Return type

maxon.InternedId

Declaration.__call__()

Call self as a function.

Declaration.__init__(ids, entityBaseType=None, returnType=None)

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