Skip to content

Miscellaneous functions

Jip Claassens edited this page Sep 4, 2024 · 14 revisions

Miscellaneous functions are functions not categorized in the other function groups.

  • regex_match - boolean data item indicating if the source data item matches the syntax expressed by the syntax argument
  • regex_search - string data item with a substring of the source argument that meets the searchsyntax argument.
  • regex_replace - string data item in which the substrings of the source argument that meet the syntax argument are replaced by the newvalues argument.
  • PropValue - string parameter with the value of the property
  • SubItem_PropValues - string attribute with the values of the property of the direct subitems
  • SubTree_PropValues - string attribute with the value of the property of all subitems
  • Inherited_PropValues - string attribute with the value of the property of all subitems and referred items
  • rnd_uniform - data item with pseudo random values
  • rnd_permutation - random permutation of the index numbers of domainunit argument
  • subitem - reference to the subitem of a parent item
  • GeoDmsBuildConfig - parameter indicating if the running GeoDMS executable is a Release or Debug version

  • GeoDmsPlatform - parameter indicating if the running GeoDMS executable is a Win32 or X64 version

  • FenceContainer - structure used to calculate a set of items in a configured sequence

Clone this wiki locally