Object Reference : Object View and Procedure Reference : Model
  
 
displayname
Display name for model objects.
Attaches a display name to a model object which may be used in place of the standard model object name.
Syntax
model_name.displayname display_name
Display names are case-sensitive, and may contain a variety of characters, such as spaces, that are not allowed in model object names.
Examples
mod1.displayname Sept 2006
mod1.label
The first line attaches a display name “Sept 2006” to the model object MOD1, and the second line displays the label view of MOD1, including its display name.
Cross-references
See “Labeling Objects” for a discussion of labels and display names.
See also Model::label.