Click or drag to resize

EntityCollectionInsert Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts an entity into the collection at the specified index.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Insert(
	int index,
	EntityObject item
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: netDxf.EntitiesEntityObject
The entity to insert. The value can not be null.
See Also