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

633b74f5 e491 0647 e245 9b9144d4b9b7

haplokuon edited this page May 6, 2023 · 1 revision

Remove(IEnumerable<EntityObject>) Method

netDxf 3.0.0 Library

Removes a list of entities from the document.

Definition

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

C#

public void Remove(
	IEnumerable<EntityObject> entities
)

VB

Public Sub Remove ( 
	entities As IEnumerable(Of EntityObject)
)

C++

public:
void Remove(
	IEnumerable<EntityObject^>^ entities
)

F#

member Remove : 
        entities : IEnumerable<EntityObject> -> unit 

Parameters

  IEnumerable(EntityObject)
A list of entities to remove from the document.

Remarks

This function will not remove other tables objects that might be not in use as result from the elimination of the entity.
This includes empty layers, blocks not referenced anymore, line types, text styles, dimension styles, and application registries.
Entities that are part of a block definition will not be removed.

See Also

Reference

DrawingEntities Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally