Click or drag to resize

SectionStyleTableDelete Method (SectionStyle)

Deletes a section style.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public override bool Delete(
	SectionStyle item
)

Parameters

item
Type: Rhino.DocObjectsSectionStyle
The section style to delete.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also