CadAppIdDictionary.Add

CadAppIdDictionary.Add method

Adds a CadAppIdTableObject to the dictionary.

public void Add(string key, CadAppIdTableObject value)
ParameterTypeDescription
keyStringThe CadAppIdTableObject key.
valueCadAppIdTableObjectThe CadAppIdTableObject to add.

See Also