Click or drag to resize

TextStylesRemove Method (TextStyle)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes a text style.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override bool Remove(
	TextStyle item
)
Request Example View Source

Parameters

item
Type: netDxf.TablesTextStyle
TextStyle to remove from the document.

Return Value

Type: Boolean
True if the text style has been successfully removed, or false otherwise.
Remarks
Reserved text styles or any other referenced by objects cannot be removed.
See Also