GroupsRemove Method (Group)
|
Deletes a group.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public override bool Remove(
Group item
)
Public Overrides Function Remove (
item As Group
) As Boolean
public:
virtual bool Remove(
Group^ item
) override
abstract Remove :
item : Group -> bool
override Remove :
item : Group -> bool
VIRTUAL METHOD Remove(
item AS Group
) AS LOGIC
Parameters
- item
- Type: DXFReaderNET.ObjectsGroup
Group to remove from the document.
Return Value
Type:
BooleanTrue 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