Click or drag to resize

MarkupTableDelete Method (Int32, Boolean)

Deletes a markup.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Delete(
	int index,
	bool quiet
)

Parameters

index
Type: SystemInt32
zero based index of markup to delete.
quiet
Type: SystemBoolean
If true, no warning message box appears if a markup is in use.

Return Value

Type: Boolean
true if successful. false if index is out of range or the markup is referenced by active geometry.
See Also