DOORS DXL Scripting Examples – Listing Module Attributes

/* DOORS DXL – Listing Module Attributes

*/

AttrDef myAttrDefRecord = null

for myAttrDefRecord in current Module do {
    if ( !myAttrDefRecord.system && myAttrDefRecord.object) {   
        print "Attribute   <" myAttrDefRecord.name ">  of type  <" myAttrDefRecord.typeName ">\n"
    }
}
DOORS DXL Scripting Examples – Listing Module Attributes
Scroll to top
error: Content is protected !!