Click or drag to resize

BitmapTableDelete Method

Removes the bitmap from the table.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public override bool Delete(
	BitmapEntry item
)

Parameters

item
Type: Rhino.DocObjectsBitmapEntry
The item to remove. Null will always return false.

Return Value

Type: Boolean
True if the item could be deleted; otherwise, false.
See Also