Set Exist
Summary
Checks whether the given selection set name already exists for the current layer.
Syntax
flag = RunMacro("G30 set exist", set_name)
Return Value
A string, "True" if the selection set exists for the current layer, otherwise "False".
Checks whether the given selection set name already exists for the current layer.
flag = RunMacro("G30 set exist", set_name)
A string, "True" if the selection set exists for the current layer, otherwise "False".