engSetVisible
Show or hide Nelson engine session
📝Syntax
#include "engine.h"
int engSetVisible(Engine *ep, bool value);
📥Input Arguments
Parameter Description
Engine *ep handle to Nelson engine.
bool value set value to 1 to make the engine window visible, or to 0 to make it invisible.
📤Output Arguments
Parameter Description
int 0 if successful or 1 if an error occurs.
📄Description

Show or hide Nelson engine session

💡Examples
edit([modulepath('mex', 'tests'), '/test_engine.c'])
🔗See Also
mexengGetVisible
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub