RasterCommandItem.showIcon( isVisible )
Show/Hides icon associated with a command.Parameters
Name | Type | Description | |
---|---|---|---|
isVisible | boolean |
True show icon, False hides the icon. |
Returns
Type | Description |
---|---|
object | The command item object. This allow for chaining multiple setter methods in one single statement. |