Main Content
deleteAttribute
Class: slreq.LinkSet
Namespace: slreq
Syntax
deleteAttribute(myLinkSet,name,'Force',true)
deleteAttribute(myLinkSet,name,'Force',false)
Description
deleteAttribute(
deletes the custom attribute specified by myLinkSet
,name
,'Force'
,true
)name
from the link set
myLinkSet
, even if the custom attribute is used by links in the link
set.
deleteAttribute(
deletes the custom attribute specified by myLinkSet
,name
,'Force'
,false
)name
from the link set
myLinkSet
only if the custom attribute is not used by links in the link
set.
Input Arguments
Examples
Version History
Introduced in R2020b