Click or drag to resize

ApplicationRegistriesRemove Method (ApplicationRegistry)

Removes an application registry.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public override bool Remove(
	ApplicationRegistry item
)

Parameters

item
Type: DXFReaderNET.TablesApplicationRegistry
ApplicationRegistry to remove from the document.

Return Value

Type: Boolean
True if the application registry has been successfully removed, or false otherwise.
Remarks
Reserved application registries or any other referenced by objects cannot be removed.
See Also