Click or drag to resize

MarkupTableDelete Method (IEnumerableInt32, Boolean, Int32)

Delete multiple markups.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int Delete(
	IEnumerable<int> markupIndices,
	bool quiet,
	int deleteWarning
)

Parameters

markupIndices
Type: System.Collections.GenericIEnumerableInt32
An enumeration of markup indices.
quiet
Type: SystemBoolean
If true, no warning message box appears if a markup is in use.
deleteWarning
Type: SystemInt32
Action to take when multiple delete warnings occur, where: 0 == No to all, 1 == Yes to all, 2 == Ask the user.

Return Value

Type: Int32
The number of markups that were deleted.
See Also