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 415
fd293a38 d317 4566 f2f9 21e4e650c591
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a DGN underlay definition.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
UnderlayDgnDefinition item
)
VB
Public Overrides Function Remove (
item As UnderlayDgnDefinition
) As Boolean
C++
public:
virtual bool Remove(
UnderlayDgnDefinition^ item
) override
F#
abstract Remove :
item : UnderlayDgnDefinition -> bool
override Remove :
item : UnderlayDgnDefinition -> bool
- UnderlayDgnDefinition
- UnderlayDgnDefinition 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.
UnderlayDgnDefinitions Class
Remove Overload
netDxf.Collections Namespace