isDesignVariable Last update: 18.06.2026 abstract fun isDesignVariable(which: Any): Boolean Is the specified variable a design variable? Return true if yes, false if no Parameters which the name or index of the variable to get Throws IllegalArgumentException if the name is not valid IndexOutOfBoundsException if an index is invalid