CadLineTypesDictionaryAdd Method (String, CadLineTypeTableObject)

Adds a CadLineTypeTableObject to the dictionary.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public void Add(
	string key,
	CadLineTypeTableObject value
)

Parameters

key
Type: SystemString
The CadLineTypeTableObject key.
value
Type: Aspose.CAD.FileFormats.Cad.CadTablesCadLineTypeTableObject
The CadLineTypeTableObject to add.
See Also