Object Reference : Object View and Procedure Reference : Geomap
  
 
displayname
Display name for a geomap object.
Attaches a display name to a geomap object. The display name may be used to label output in tables and graphs in place of the standard geomap object name.
Syntax
geomap_name.displayname display_name
Display names are case-sensitive, and may contain various characters, such as spaces, that are not allowed in geomap object names.
Examples
g1.displayname My Geomap
g1.label
The first line attaches a display name “My Geomap” to the geomap object G1, and the second line displays the label view of G1, including its display name.
Cross-references
See “Labeling Objects” for a discussion of labels and display names. See also Geomap::label.