Skip to content

GeoDmsBuildConfig

mtbeek32 edited this page Jan 2, 2023 · 5 revisions

Miscellaneous functions GeoDmsBuildConfig

syntax

  • GeoDmsBuildConfig()

definition

GeoDmsBuildConfig() results in a string parameter indicating if the running GeoDMS executable is a Release or Debug version.

description

GeoDmsBuildConfig() is a session-specific function.

since version

7.018

example

parameter GeoDmsBuildConfig := GeoDmsBuildConfig();

result: GeoDmsBuildConfig = Release or GeoDmsBuildConfig = Debug

Clone this wiki locally