Click or drag to resize

GroupsRemove Method (Group)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deletes a group.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override bool Remove(
	Group item
)
Request Example View Source

Parameters

item
Type: netDxf.ObjectsGroup
Group to remove from the document.

Return Value

Type: Boolean
True if the group has been successfully removed, or false otherwise.
Remarks
Removing a group only deletes it from the collection, the entities that once belonged to the group are not deleted.
See Also