removeAspect(aspect) removes the specified
aspect from the node.
Note: Any unsaved property changes will be lost when this method is called. To preserve property changes call save() first.
Parameters
- aspect
- The aspect type to remove
Returns
True if aspect removed, false otherwise.