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 407
82b27d9d d568 7202 b34a 1b4a937a6fe6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds an entity to the active layout of the document.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Add(
EntityObject entity
)
VB
Public Sub Add (
entity As EntityObject
)
C++
public:
void Add(
EntityObject^ entity
)
F#
member Add :
entity : EntityObject -> unit
- EntityObject
- An entity to add to the document.
DrawingEntities Class
Add Overload
netDxf.Collections Namespace