LinetypeTableDelete Method (IEnumerableInt32, Boolean) |
Deletes multiple linetypes.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool Delete(
IEnumerable<int> indices,
bool quiet
)
Public Function Delete (
indices As IEnumerable(Of Integer),
quiet As Boolean
) As Boolean
Parameters
- indices
- Type: System.Collections.GenericIEnumerableInt32
An array, a list or any enumerable instance of linetype indices. - quiet
- Type: SystemBoolean
If true, no warning message box appears if a linetype the
linetype cannot be deleted because it is the current linetype
or it contains active geometry.
Return Value
Type:
Booleantrue if operation succeeded.
See Also