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
a97cd1d8 a8d4 78ed 03af d9076d8a3514
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes an image definition.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
ImageDefinition item
)
VB
Public Overrides Function Remove (
item As ImageDefinition
) As Boolean
C++
public:
virtual bool Remove(
ImageDefinition^ item
) override
F#
abstract Remove :
item : ImageDefinition -> bool
override Remove :
item : ImageDefinition -> bool
- ImageDefinition
- ImageDefinition to remove from the document.
Boolean
True if the image definition has been successfully removed, or false otherwise.
Any image definition referenced by objects cannot be removed.
ImageDefinitions Class
Remove Overload
netDxf.Collections Namespace