Click or drag to resize

DxfDocumentCloneEntities Method

Clones a list of entities.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public List<EntityObject> CloneEntities(
	List<EntityObject> Entities
)

Parameters

Entities
Type: System.Collections.GenericListEntityObject
A list of entity objects to clone.

Return Value

Type: ListEntityObject
A list of cloned entity objects.
See Also