RasterMenu.remove( command )
Removes a command item from this menu.Parameters
Name | Type | Description | |
---|---|---|---|
command | object |
A reference to a RasterCommand object, RasterCommandItem object, or a
string containing the ID of the command to be removed.
If a command matching this argument is not found in this
container, this method does nothing. |
Returns
Type | Description |
---|---|
object | The menu object. This allow for chaining multiple setter methods in one single statement. |