Click or drag to resize

DxfDocumentAddEntity Method (IEnumerableEntityObject)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds a list of entities to the document.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void AddEntity(
	IEnumerable<EntityObject> entities
)
Request Example View Source

Parameters

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