Customizing the metamodel > Keywords for USRPROPS > #IFNDEF
  
#IFNDEF
The #IFNDEF command switches on commands in USRPROPS.TXT if the property listed in quotes after it has not been turned on in the Property Configuration dialog. This command must end with a #ENDIF statement.
#IFNDEF is the opposite of the #IFDEF command.
Example
In the following example, if “Enterprise Architecture” is not selected in the System Architect Property Configuration dialog (Tools > Customize Method Support > Encyclopedia Configuration), then all swimlane symbols are renamed to “Org. Unit”. You will notice this change as you select such a symbol on any diagram that it is used on.
#ifndef
"Business Enterprise"RENAME Symbol "Swim Lane" to "Org. Unit"
#endif
The “Enterprise Architecture” choice in the configuration dialog used to be named “Business Enterprise”, but was changed in V9.0. However, the underlying switch statement that it invokes in SADECLAR.CFG is still called “Business Enterprise”.
See also
Keywords for USRPROPS