CadBlockDictionary.Add

CadBlockDictionary.Add method

Adds a CadBlockEntity to the dictionary.

public void Add(string key, CadBlockEntity value)
ParameterTypeDescription
keyStringThe CadBlockEntity key.
valueCadBlockEntityThe CadBlockEntity to add.

See Also