Click or drag to resize

AttributeDefinitionDictionaryAdd Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an attribute definition to the dictionary.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Add(
	AttributeDefinition item
)
Request Example View Source

Parameters

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