addAttribute
Class: slreq.LinkSet
Namespace: slreq
Add custom attribute to link set
Syntax
addAttribute(myLinkSet,name,type)
addAttribute(myLinkSet,name,'Checkbox','DefaultValue',value)
addAttribute(myLinkSet,name,'Combobox','List',options)
addAttribute(myLinkSet,___,'Description',descr)
Description
addAttribute(
      adds a custom attribute with the name specified by myLinkSet,name,type)name and the custom
      attribute type specified by type to the link set
        myLinkSet.
addAttribute(
      adds a myLinkSet,name,'Checkbox','DefaultValue',value)Checkbox custom attribute with the name specified by
        name and the default value specified by value to
      the link set myLinkSet.
addAttribute(
      adds a myLinkSet,name,'Combobox','List',options)Combobox custom attribute with name specified by
        name, and the list options specified by options to
      the link set myLinkSet.
addAttribute(
      adds a custom attribute with the name specified by myLinkSet,___,'Description',descr)name, the type
      specified by type, and the description specified by
        descr to the link set myLinkSet.
Input Arguments
Examples
Version History
Introduced in R2020b