CadLineTypesDictionary.Add

CadLineTypesDictionary.Add method

Adds a CadLineTypeTableObject to the dictionary.

public void Add(string key, CadLineTypeTableObject value)
ParameterTypeDescription
keyStringThe CadLineTypeTableObject key.
valueCadLineTypeTableObjectThe CadLineTypeTableObject to add.

See Also