DimStyleTableDelete Method (DimensionStyle) |
Removes an annotation style.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic override bool Delete(
DimensionStyle item
)
Public Overrides Function Delete (
item As DimensionStyle
) As Boolean
Parameters
- item
- Type: Rhino.DocObjectsDimensionStyle
The item to remove.
Return Value
Type:
BooleanTrue if the item was removed; false otherwise.
Version InformationRhino for Windows
Supported in: 6.8
See Also