DimStyleTableDelete Method (DimensionStyle) |
Removes an annotation style.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public 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.
See Also