Click or drag to resize

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
)

Parameters

item
Type: Rhino.DocObjectsDimensionStyle
The item to remove.

Return Value

Type: Boolean
True if the item was removed; false otherwise.
See Also