enum EValidationFrequency
 Validation level is used to specify how often validation is done on geometries when debugging integrations.
  Values
  | Key | Value | Comment | 
|---|
 | Normal | 0 | Normal level, validation will hardly be noticeable at all | 
 | Core | 1 | Core debugging level, validation will be carried out before each processing step, and increase processing times significantly | 
 | Ultra | 2 | Ultra level, validation will be carried out very often, multiple times per processing step. This will increase processing times with orders of magnitudes. | 
 | Key | Value | Comment | 
|---|
 | Normal | 0 | Normal level, validation will hardly be noticeable at all | 
 | Core | 1 | Core debugging level, validation will be carried out before each processing step, and increase processing times significantly | 
 | Ultra | 2 | Ultra level, validation will be carried out very often, multiple times per processing step. This will increase processing times with orders of magnitudes. | 
 | Key | Value | Comment | 
|---|
 | EValidationFrequency_Normal | 0 | Normal level, validation will hardly be noticeable at all | 
 | EValidationFrequency_Core | 1 | Core debugging level, validation will be carried out before each processing step, and increase processing times significantly | 
 | EValidationFrequency_Ultra | 2 | Ultra level, validation will be carried out very often, multiple times per processing step. This will increase processing times with orders of magnitudes. |