c4d.gui.LinkBoxGui

Link box GUI(CUSTOMGUI_LINKBOX) for BaseList2D objects. These are the settings:

LINKBOX_HIDE_ICON bool Hide the icon.
LINKBOX_LAYERMODE bool Layer mode

This is what it looks like:

Definition

class c4d.gui.LinkBoxGui

Inheritance

Members

Sets the link.

Parameters: obj (BaseList2D) – The object to set.
Return type: bool
Returns: True if the object was set, otherwise False.

Evaluates the link in doc, returning None if the linked object isn’t an instance of instance.

Parameters:
  • doc (BaseDocument) – Document to evaluate the link in.
  • instance (int) – The type to check.

Table Of Contents