Object Reference : Object View and Procedure Reference : Model
  
 
clearremarks
Clear the contents of the remarks attribute.
Removes the model’s remarks attribute, as shown in the label view of the model.
Syntax
model_name.clearremarks
Examples
m1.clearremarks
m1.label
The first line removes the remarks from the model M1, and the second line displays the label view of M1, including the now blank remarks field.
Cross-references
See “Labeling Objects” for a discussion of labels and display names.
See also Model::label.