Click or drag to resize

DxfDocumentAddEntities Method

Adds a list of entities to the document.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void AddEntities(
	List<EntityObject> Entities
)

Parameters

Entities
Type: System.Collections.GenericListEntityObject
A list of entities to add to the document.
See Also