NOT Function [Visio 2003 SDK Documentation]

Returns TRUE (1) if logicalexpression is FALSE. Otherwise, it returns FALSE (0).

NOT(logicalexpression)

Example

NOT(Height > 0.75 in)

Returns 1 if Height is less than or equal to 0.75 inches. Returns 0 if Height is greater than 0.75 inches.