Api session event editor setting: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
|-
|-
|[[api session event editor setting get epoch time|GET_EPOCH_TIME]]
|[[api session event editor setting get epoch time|GET_EPOCH_TIME]]
|Get UTC Epoch [[Time]] (Milliseconds since 00:00:00 UTC on 1 January 1970) for local time in this Project
|Get UTC Epoch [[Time]] (Milliseconds since 00:00:00 UTC on 1 January 1970) for local [[Time]] in this Project
|-
|-
|[[api session event editor setting get sun altitude|GET_SUN_ALTITUDE]]
|[[api session event editor setting get sun altitude|GET_SUN_ALTITUDE]]
|Get Sun Altitude value for local time in this Project
|Get Sun Altitude value for local [[Time]] in this Project
|-
|-
|[[api session event editor setting get sun azimuth|GET_SUN_AZIMUTH]]
|[[api session event editor setting get sun azimuth|GET_SUN_AZIMUTH]]
|Get Sun Azimuth value for local time in this Project
|Get Sun Azimuth value for local [[Time]] in this Project
|-
|-
|[[api session event editor setting get sun motion|GET_SUN_MOTION]]
|[[api session event editor setting get sun motion|GET_SUN_MOTION]]
|Get Sun Motion value for local time in this Project (The Netherlands only)
|Get Sun Motion value for local [[Time]] in this Project (The Netherlands only)
|-
|-
|[[api session event editor setting remove crs|REMOVE_CRS]]
|[[api session event editor setting remove crs|REMOVE_CRS]]
Line 37: Line 37:
|-
|-
|[[api session event editor setting set grid cell size|SET_GRID_CELL_SIZE]]
|[[api session event editor setting set grid cell size|SET_GRID_CELL_SIZE]]
|Change the project's grid cell size, used by active overlays.
|Change the project's grid cell size, used by active [[Overlay]]s.
|-
|-
|[[api session event editor setting set import crs|SET_IMPORT_CRS]]
|[[api session event editor setting set import crs|SET_IMPORT_CRS]]
Line 58: Line 58:
|-
|-
|[[api session event editor setting set setting|SET_SETTING]]
|[[api session event editor setting set setting|SET_SETTING]]
|Set Project setting
|Set Project [[Setting]]
|-
|-
|[[api session event editor setting set sun dates|SET_SUN_DATES]]
|[[api session event editor setting set sun dates|SET_SUN_DATES]]

Revision as of 14:16, 30 March 2026

API api session event editor setting Events.

Setting editing.

Name Description
ADD_CRS Add Crs
GET_EPOCH_TIME Get UTC Epoch Time (Milliseconds since 00:00:00 UTC on 1 January 1970) for local Time in this Project
GET_SUN_ALTITUDE Get Sun Altitude value for local Time in this Project
GET_SUN_AZIMUTH Get Sun Azimuth value for local Time in this Project
GET_SUN_MOTION Get Sun Motion value for local Time in this Project (The Netherlands only)
REMOVE_CRS Remove Crs
SET_CURRENCY Set Currency
SET_DECIMALS Set Decimals
SET_DEFAULT_GEOPLUGIN Set Default Geo Plugin
SET_EXPORT_CRS Set Export Crs
SET_GRID_CELL_SIZE Change the project's grid cell size, used by active Overlays.
SET_IMPORT_CRS Set Import Crs
SET_LIMIT_MAP Set Project Map Limit Area
SET_PANEL_AVAILABILITY Set Panel Availability
SET_PERMISSION_POPUP_ACTIVE Set Permission Popup Active
SET_RASTERIZATION Set Rasterization
SET_REGION Set Region
SET_SETTING Set Project Setting
SET_SUN_DATES Set Sun Dates
SET_TIMESTAMP_FORMAT Set Timestamp Format
SET_UNIT_SYSTEM_TYPE Set Unit System Type
SET_WIND_SPEED Set Wind Speed
WIZARD_FINISHED Wizard Finished

Deprecated Events:

Name Description
SET_SCHEDULED_UPDATE Deprcated: replaced by editorevent/set_scheduled_update/. Schedule a long-running Update.

See also