Click or drag to resize

ApplicationRegistriesRemove Method (ApplicationRegistry)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes an application registry.

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

Parameters

item
Type: netDxf.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