Click or drag to resize

AttributeDefinitionDictionaryRemove Method

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

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Remove(
	string tag
)

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