Layer.DisplayName Property
Gets or sets a display name for the layer.
Syntax
public System.String DisplayName { get; set; }
Property Value
The display name for the layer.
Remarks
The display name of a layer 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 layer, 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 services, corresponding to the OGC metadata item title.
If the property is not specified for an OgcWmsLayer or OgcWmtsLayer instance, it will be set to the title specified in the service capabilities document. For OgcWmsServerLayer or OgcWmtsServerLayer instances, the display name will always be set from the service capabilities document.
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