Click or drag to resize

EntityCollectionInsert Method

Inserts an entity into the collection at the specified index.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Insert(
	int index,
	EntityObject item
)

Parameters

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