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