Interface IParameterOverride2
Version 2 of parameter overrides that supports theme labels. Applies to v1.2.0 of the Layer Definition schema
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IParameterOverride2 : IParameterOverride
Properties
| Improve this Doc View SourceThemeLabel
Gets or sets the theme label.
Declaration
IThemeLabel ThemeLabel { get; set; }
Property Value
Type | Description |
---|---|
IThemeLabel | The theme label. |