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 414
9bb03d16 8dbf a2b3 099d e1accb65301c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Deletes a group.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
Group item
)
VB
Public Overrides Function Remove (
item As Group
) As Boolean
C++
public:
virtual bool Remove(
Group^ item
) override
F#
abstract Remove :
item : Group -> bool
override Remove :
item : Group -> bool
Boolean
True if the group has been successfully removed, or false otherwise.
Removing a group only deletes it from the collection, the entities that once belonged to the group are not deleted.