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

bbb1135d f0ba 481e 38d8 3a90b216056f

haplokuon edited this page May 6, 2023 · 1 revision

BlockAttributeDefinitionChangeEventArgs Constructor

netDxf 3.0.0 Library

Initializes a new instance of BlockAttributeDefinitionChangeEventArgs.

Definition

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

C#

public BlockAttributeDefinitionChangeEventArgs(
	AttributeDefinition item
)

VB

Public Sub New ( 
	item As AttributeDefinition
)

C++

public:
BlockAttributeDefinitionChangeEventArgs(
	AttributeDefinition^ item
)

F#

new : 
        item : AttributeDefinition -> BlockAttributeDefinitionChangeEventArgs

Parameters

  AttributeDefinition
The attribute definition that is being added or removed from the block.

See Also

Reference

BlockAttributeDefinitionChangeEventArgs Class
netDxf.Blocks Namespace

Clone this wiki locally