Click or drag to resize

XDataDictionaryRemove Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes an extended data with the specified application registry name from the current dictionary.

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

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