CadLayoutDictionary.Add

CadLayoutDictionary.Add method

Adds a CadLayout to the dictionary.

public void Add(string key, CadLayout value)
ParameterTypeDescription
keyStringThe CadLayout key.
valueCadLayoutThe CadLayout to add.

See Also