Click or drag to resize

GroupEntityChangeEventArgs Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of BlockEntityChangeEventArgs.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public GroupEntityChangeEventArgs(
	EntityObject item
)
Request Example View Source

Parameters

item
Type: netDxf.EntitiesEntityObject
The entity that is being added or removed from the block.
See Also