This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
13b2affc 20ff f4d8 9227 e1f1af41313b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of BlockEntityChangeEventArgs.
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- EntityObject
- The entity that is being added or removed from the block.