Skip to content

GeoDmsBuildConfig

mtbeek32 edited this page Feb 20, 2024 · 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.

since version

7.018

example

parameter<string> GeoDmsBuildConfig := GeoDmsBuildConfig();

result: GeoDmsBuildConfig = Release or GeoDmsBuildConfig = Debug

Clone this wiki locally