Click or drag to resize

SectionStyleTableDelete Method (Int32, Boolean)

Deletes a section style.

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

Parameters

index
Type: SystemInt32
zero based index of section style to delete.
quiet
Type: SystemBoolean
If true, no warning message box appears if a section style is in use.

Return Value

Type: Boolean
true if successful. false if index is out of range or the section style is referenced by active geometry.
See Also