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 409
c64244ab f47f 7a2d 9645 b551aa565457
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds a list of entities to the active layout of the document.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Add(
IEnumerable<EntityObject> entities
)
VB
Public Sub Add (
entities As IEnumerable(Of EntityObject)
)
C++
public:
void Add(
IEnumerable<EntityObject^>^ entities
)
F#
member Add :
entities : IEnumerable<EntityObject> -> unit
- IEnumerable(EntityObject)
- A list of entities to add to the document.
DrawingEntities Class
Add Overload
netDxf.Collections Namespace