Click or drag to resize

BlockAttributeDefinitions Property

Gets the entity list of the block.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public AttributeDefinitionDictionary AttributeDefinitions { get; set; }

Property Value

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