View.DisplayName Property
Gets or sets a display name for the view.
Syntax
public System.String DisplayName { get; set; }
Property Value
The display name for the view.
Remarks
The display name of a view is intended as a user-friendly variant of the Name property, suitable for display to an end user. The display name is typically configured in Carmenta Studio, when a map configuration is created. After loading the map configuration, an application may check if a display name is available for a view, and display that to the user instead of the Name property.
The property is used by the Catalog mechanism to populate metadata records for the catalog maps, corresponding to the OGC metadata item title.
This property can be specified in several different languages, see Localized properties in Carmenta Studio. To retrieve the display name for a particular language, use the GetLocalizedDisplayName method.
Platforms
Windows, Linux, Android