This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
674130a2 ab0e fc91 20f3 0ba81ca70bf4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds an entity to the collection.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Add(
EntityObject item
)VB
Public Sub Add (
item As EntityObject
)C++
public:
void Add(
EntityObject^ item
)F#
member Add :
item : EntityObject -> unit - EntityObject
- The entity to add to the collection.
True if the entity has been added to the collection, or false otherwise.