Click or drag to resize

SectionStyleTableDelete Method (IEnumerableInt32, Boolean)

Delete multiple section styles.

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

Parameters

sectionStyleIndices
Type: System.Collections.GenericIEnumerableInt32
An enumeration of section style indices.
quiet
Type: SystemBoolean
If true, no warning message box appears if a section style is in use.

Return Value

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