Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

18d56775 11e3 a021 dd35 eaf5615e6dae

haplokuon edited this page May 6, 2023 · 1 revision

Remove(String) Method

netDxf 3.0.0 Library

Deletes a group.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override bool Remove(
	string name
)

VB

Public Overrides Function Remove ( 
	name As String
) As Boolean

C++

public:
virtual bool Remove(
	String^ name
) override

F#

abstract Remove : 
        name : string -> bool 
override Remove : 
        name : string -> bool 

Parameters

  String
Group name to remove from the document.

Return Value

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

Reference

Groups Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally