/* 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
This post was published by Admin.
Email: admin@TheCloudStrap.Com
