SectionStyleTableDelete Method (Int32, Boolean) |
Deletes a section style.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool Delete(
int index,
bool quiet
)
Public Function Delete (
index As Integer,
quiet As Boolean
) As Boolean
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