Not [NOT]

Changes False result to True and vice versa.

Syntax

NOT (Logical)

Data Types of the Arguments

True/False

Data Type of the Result

True/False

Example

An existing property returns “True” for all elements whose Model property is undefined. To change these results to False, use NOT.

Expression

NOT (ISUNDEFINED (Model))

Result

False for every element whose Model property is <Undefined>

  • Was this Helpful ?
  • YesNo
Relevant topics
ARCHICAD License Not Found
This dialog box appears upon starting ARCHICAD only if you do not have an accessible license.   •If you have purchased a commercial license but it has not been activated or is unavailable, click Troubleshoot Commercial License to find out what to do. •If you don’t ...
Data Type Not Available in ARCHICAD
This error appears if the function produces a result whose Data Type does not exist or is not supported in ARCHICAD. Solution Correct the ...
Not Equal [<>]
Compares two arguments. Returns True if their values are not equal, otherwise False. Syntax [<>] Data Types of the Arguments ...