Click or drag to resize

AttributeDefinitionDictionaryAdd Method

Adds an attribute definition to the dictionary.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Add(
	AttributeDefinition item
)

Parameters

item
Type: DXFReaderNET.EntitiesAttributeDefinition
The attribute definition to add.
See Also