Click or drag to resize

MarkupTableDelete Method (Markup)

Deletes a markup.

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

Parameters

item
Type: Rhino.DocObjectsMarkup
The markup to delete.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also