Click or drag to resize

DxfDocumentAddEntity Method (EntityObject)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an entity to the document.

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

Parameters

entity
Type: netDxf.EntitiesEntityObject
An entity to add to the document.
See Also