|
|
|
|
|
Compass (Property) In french: Boussole
The property Compass property: - show or hide the compass on a Map control,
- determine whether the compass is displayed on a Map control.
Note: The compass is only displayed when the map is rotated.
CARTE_MaCarte.Boussole = True
Syntax
Determining whether the compass is displayed on a Map control Hide the details
<Result> = <Map control>.Compass
<Result>: Boolean - True if the compass is displayed on the Map control,
- False otherwise.
<Map control>: Control name Name of the Map control used.
Showing or hiding the compass on a Map control Hide the details
<Map control>.Compass = <Authorization>
<Map control>: Control name Name of the Map control used. <Authorization>: Boolean - True if the compass should be displayed on the Map control,
- False otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|