Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

a8436d72 ea62 eb7e d105 29c922ff8459

haplokuon edited this page May 6, 2023 · 1 revision

Remove(TextStyle) Method

netDxf 3.0.0 Library

Removes a text style.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override bool Remove(
	TextStyle item
)

VB

Public Overrides Function Remove ( 
	item As TextStyle
) As Boolean

C++

public:
virtual bool Remove(
	TextStyle^ item
) override

F#

abstract Remove : 
        item : TextStyle -> bool 
override Remove : 
        item : TextStyle -> bool 

Parameters

  TextStyle
TextStyle to remove from the document.

Return Value

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

Reference

TextStyles Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally