Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

13b2affc 20ff f4d8 9227 e1f1af41313b

haplokuon edited this page May 6, 2023 · 1 revision

BlockEntityChangeEventArgs Constructor

netDxf 3.0.0 Library

Initializes a new instance of BlockEntityChangeEventArgs.

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public BlockEntityChangeEventArgs(
	EntityObject item
)

VB

Public Sub New ( 
	item As EntityObject
)

C++

public:
BlockEntityChangeEventArgs(
	EntityObject^ item
)

F#

new : 
        item : EntityObject -> BlockEntityChangeEventArgs

Parameters

  EntityObject
The entity that is being added or removed from the block.

See Also

Reference

BlockEntityChangeEventArgs Class
netDxf.Blocks Namespace

Clone this wiki locally