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 438
bbb1135d f0ba 481e 38d8 3a90b216056f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of BlockAttributeDefinitionChangeEventArgs.
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- AttributeDefinition
- The attribute definition that is being added or removed from the block.
BlockAttributeDefinitionChangeEventArgs Class
netDxf.Blocks Namespace