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 415
633b74f5 e491 0647 e245 9b9144d4b9b7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a list of entities from the document.
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
- IEnumerable(EntityObject)
- A list of entities to remove from the document.
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.
DrawingEntities Class
Remove Overload
netDxf.Collections Namespace