c4d.HyperLinkData

class c4d.HyperLinkData

Hyper link data (CUSTOMDATATYPE_HYPER_LINK_STATIC) for use with HyperLinkCustomGui.

New in version R17.032.

Methods Signatures

HyperLinkData.__init__(self, v)

type v

c4d.HyperLinkData

HyperLinkData.SetStrings(self, strLink, strText)

Sets the strings.

HyperLinkData.GetStrings(self)

Gets the strings.

Inheritance

Parent Class:

Methods Documentation

HyperLinkData.__init__(self, v)
Parameters

v (c4d.HyperLinkData) – Copy constructor.

HyperLinkData.SetStrings(self, strLink, strText)

Sets the strings.

Parameters
  • strLink (str) – The new link string.

  • strText (str) – The new text string.

HyperLinkData.GetStrings(self)

Gets the strings.

Return type

Tuple[str, str]

Returns

The link and text strings.