This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
a38a83fa e81b 3339 23c1 8441ac36e66d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes an application registry.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
ApplicationRegistry item
)
VB
Public Overrides Function Remove (
item As ApplicationRegistry
) As Boolean
C++
public:
virtual bool Remove(
ApplicationRegistry^ item
) override
F#
abstract Remove :
item : ApplicationRegistry -> bool
override Remove :
item : ApplicationRegistry -> bool
- ApplicationRegistry
- ApplicationRegistry to remove from the document.
Boolean
True if the application registry has been successfully removed, or false otherwise.
Reserved application registries or any other referenced by objects cannot be removed.
ApplicationRegistries Class
Remove Overload
netDxf.Collections Namespace