MarkupTableDelete Method (IEnumerableInt32, Boolean) |
Delete multiple markups.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic int Delete(
IEnumerable<int> markupIndices,
bool quiet
)
Public Function Delete (
markupIndices As IEnumerable(Of Integer),
quiet As Boolean
) As Integer
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.
Return Value
Type:
Int32The number of markups that were deleted.
See Also