Click or drag to resize

XDataDictionaryRemove Method

Removes an extended data with the specified application registry name from the current dictionary.

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

Parameters

appId
Type: SystemString
The application registry name of the extended data to remove.

Return Value

Type: Boolean
True if the extended data is successfully removed; otherwise, false.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also