SBProxy#

See also

SAMSON SDK: SBCClassProxy

class samson.SBProxy#

Bases: pybind11_object

This class describes a class proxy.

getInterface(self: samson.SBProxy) samson.SBInterface#

Returns the interface of the class.

property GUIShortcut#

Returns the shortcut of the GUI of the class. A read-only property.

property GUIUUID#

Returns the UUID of the GUI of the class. A read-only property.

property SDKVersionNumber#

Returns the version number of the SAMSON SDK used to compile the class. A read-only property.

property UUID#

Returns the UUID of the class. A read-only property.

property description#

Returns the description of the class. A read-only property.

property element#

Returns the SAMSON Extension (Element) containing the class. A read-only property.

property elementUUID#

Returns the UUID of the SAMSON Extension (Element) containing the class. A read-only property.

property iconFileName#

Returns the file name of the class icon. A read-only property.

property isDiscoverable#

Returns True if can be discovered by the user. A read-only property.

property minimumUserPlan#

Returns the minimum user plan required to use this class. A read-only property.

property name#

Returns the name of the class. A read-only property.

property publicName#

Returns the public name of the class. A read-only property.

property shortcut#

Returns the shortcut of the class. A read-only property.

property tooltip#

Returns the tooltip of the class. A read-only property.

property type#

Returns the type of the class. A read-only property.

property versionNumber#

Returns the version number of the class. A read-only property.