HatchPatternTableDelete Method (IEnumerableInt32, Boolean) |
Delete multiple hatch patterns.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic int Delete(
IEnumerable<int> hatchPatternIndices,
bool quiet
)
Public Function Delete (
hatchPatternIndices As IEnumerable(Of Integer),
quiet As Boolean
) As Integer
Parameters
- hatchPatternIndices
- Type: System.Collections.GenericIEnumerableInt32
An enumeration of hatch pattern indices. - quiet
- Type: SystemBoolean
If true, no warning message box appears if a hatch pattern is in use.
Return Value
Type:
Int32The number of hatch patterns that were deleted.
See Also