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
)
Public Overrides Function Remove (
item As ApplicationRegistry
) As Boolean
public:
virtual bool Remove(
ApplicationRegistry^ item
) override
abstract Remove :
item : ApplicationRegistry -> bool
override Remove :
item : ApplicationRegistry -> bool
VIRTUAL METHOD Remove(
item AS ApplicationRegistry
) AS LOGIC
Parameters
- item
- Type: DXFReaderNET.TablesApplicationRegistry
ApplicationRegistry to remove from the document.
Return Value
Type:
BooleanTrue 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