Click or drag to resize

AttributeDefinitionDictionaryRemove Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes an attribute definition with the specified tag from the current dictionary.

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

Parameters

tag
Type: SystemString
The tag of the attribute definition to remove.

Return Value

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

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also