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 407
e47bde10 b014 b246 9151 98ff07db8170
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a DWF underlay definition.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
UnderlayDwfDefinition item
)
VB
Public Overrides Function Remove (
item As UnderlayDwfDefinition
) As Boolean
C++
public:
virtual bool Remove(
UnderlayDwfDefinition^ item
) override
F#
abstract Remove :
item : UnderlayDwfDefinition -> bool
override Remove :
item : UnderlayDwfDefinition -> bool
- UnderlayDwfDefinition
- UnderlayDwfDefinition to remove from the document.
Boolean
True if the underlay definition has been successfully removed, or false otherwise.
Any underlay definition referenced by objects cannot be removed.
UnderlayDwfDefinitions Class
Remove Overload
netDxf.Collections Namespace