Click or drag to resize

BlockAttributeDefinitions Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the entity list of the block.

Namespace:  netDxf.Blocks
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AttributeDefinitionDictionary AttributeDefinitions { get; }
Request Example View Source

Property Value

Type: AttributeDefinitionDictionary
Remarks
Null or attribute definitions already owned by another block or document cannot be added to the list.
See Also