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

5e4bc553 9ecd c382 786d a3e2975905df

haplokuon edited this page May 6, 2023 · 1 revision

GroupEntityChangeEventArgs Constructor

netDxf 3.0.0 Library

Initializes a new instance of BlockEntityChangeEventArgs.

Definition

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

C#

public GroupEntityChangeEventArgs(
	EntityObject item
)

VB

Public Sub New ( 
	item As EntityObject
)

C++

public:
GroupEntityChangeEventArgs(
	EntityObject^ item
)

F#

new : 
        item : EntityObject -> GroupEntityChangeEventArgs

Parameters

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

See Also

Reference

GroupEntityChangeEventArgs Class
netDxf.Objects Namespace

Clone this wiki locally