Click or drag to resize

EntityObject Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the EntityObject class

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
protected EntityObject(
	EntityType type,
	string dxfCode
)
Request Example View Source

Parameters

type
Type: netDxf.EntitiesEntityType
dxfCode
Type: SystemString
See Also