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 414
906311ed d45d aef5 300a d8ae01934ad2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Inserts an entity into the collection at the specified index.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Insert(
int index,
EntityObject item
)
VB
Public Sub Insert (
index As Integer,
item As EntityObject
)
C++
public:
void Insert(
int index,
EntityObject^ item
)
F#
member Insert :
index : int *
item : EntityObject -> unit
- Int32
- The zero-based index at which item should be inserted.
- EntityObject
- The entity to insert. The value can not be null.