|
|
|
|
|
<Map>.GetStyle (Function) In french: <Carte>.RécupèreStyle
Warning
this feature is no longer available.
Returns the style used by the map displayed in the Map control. New in SaaS
CARTE_MaCarte.ChangeStyle(mcsRetro)
...
let StyleUtilisé = CARTE_MaCarte.RécupèreStyle()
IF StyleUtilisé = mcsRetro THEN Trace("Style rétro")
Syntax
<Result> = <Map control>.GetStyle()
<Result>: Integer constant Style used by the map displayed in the Map control: | | mcsAubergine | "Aubergine" style. | mcsCustom | "Custom" style. | mcsDark | "Dark" style. | mcsNight | "Night" style. | mcsRetro | "Retro" style. | mcsSilver | "Silver" style. | mcsStandard | "Standard" style. |
<Map control>: Control name Name of the Map control to be used. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|