Arbortext IsoDraw > Macro Language Reference > Menu Commands > Objects Menu > Delete Uncompliant Attributes
  
Delete Uncompliant Attributes
Applies to Arbortext IsoDraw 7.0 F000 and later.
Deletes attributes from selected objects that do not comply with the currently selected DTD.
DELETE UNCOMPLIANT ATTRIBUTES
Returns the number of objects affected/changed.
MACRO Delete_All_Non_DTD_Attributes
DEFINE count AS integer
SELECT ALL
count = DELETE UNCOMPLIANT ATTRIBUTES
MESSAGE "Changed " + count + " object(s)"
END MACRO