"removeModule"

Removes a module from the splitter object.

Synopsis

shape.addModule(string moduleName);

Parameter

Parameter Description
shape Object name
moduleName Name of the module

Description

The function removes the stated module from the splitter object.

Example

Removes the module "myModule".

main()
{
  this.removeModule("myModule");
}

Assignment

Splitter