SectionStyleTableDelete Method (SectionStyle) |
Deletes a section style.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic override bool Delete(
SectionStyle item
)
Public Overrides Function Delete (
item As SectionStyle
) As Boolean
Parameters
- item
- Type: Rhino.DocObjectsSectionStyle
The section style to delete.
Return Value
Type:
Booleantrue if successful, false otherwise.
See Also