CadAppIdDictionaryAdd Method (String, CadAppIdTableObject)

Adds a CadAppIdTableObject to the dictionary.

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

Parameters

key
Type: SystemString
The CadAppIdTableObject key.
value
Type: Aspose.CAD.FileFormats.Cad.CadTablesCadAppIdTableObject
The CadAppIdTableObject to add.
See Also