RhinoCommon API
BitmapTableDelete Method |
Removes the bitmap from the table.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public override bool Delete( BitmapEntry item )
Public Overrides Function Delete ( item As BitmapEntry ) As Boolean
Parameters
- item
- Type: Rhino.DocObjectsBitmapEntry
The item to remove. Null will always return false.
Return Value
Type: BooleanTrue if the item could be deleted; otherwise, false.
