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

c1b7d518 2fcd bec7 5db0 6e61c53dbcdf

haplokuon edited this page May 6, 2023 · 1 revision

Remove Method

netDxf 3.0.0 Library

Removes an attribute definition with the specified tag from the current dictionary.

Definition

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

C#

public bool Remove(
	string tag
)

VB

Public Function Remove ( 
	tag As String
) As Boolean

C++

public:
virtual bool Remove(
	String^ tag
) sealed

F#

abstract Remove : 
        tag : string -> bool 
override Remove : 
        tag : string -> bool 

Parameters

  String
The tag of the attribute definition to remove.

Return Value

Boolean
True if the attribute definition is successfully removed; otherwise, false.

Implements

IDictionary(TKey, TValue).Remove(TKey)

See Also

Reference

AttributeDefinitionDictionary Class
netDxf.Collections Namespace

Clone this wiki locally