This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
97a82598 8716 82d4 97cc f05814745873
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(
string name
)VB
Public Overrides Function Remove (
name As String
) As BooleanC++
public:
virtual bool Remove(
String^ name
) overrideF#
abstract Remove :
name : string -> bool
override Remove :
name : string -> bool - String
- UnderlayDwfDefinition name 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