This function is used to determine if a given design exists in the search path.
designExists? ( Design_ As Name, Optional searchPath? As Boolean = False ) As Boolean
Argument | Type | Description |
---|---|---|
Design_ | Name | Name of the design to test. |
searchPath? | Boolean | Optional; specifies whether the search path should be rescanned to look for the design if not currently shown (the file might have been moved into one of the libraries for example). The default value is False . |
Intent >designExists?( :IvBlock) --> True
Intent >designExists?( :IvUnknownDesign, searchPath? := True) --> False