CadBlockDictionary class

CadBlockDictionary class

CAD blocks collection

Inheritance: CadBlockDictionaryNonGenericDictionary

The CadBlockDictionary type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the CadBlockDictionary class.

Properties

PropertyDescription
is_fixed_sizeGets a value indicating whether the
IDictionary object has a fixed size.
is_read_onlyGets a value indicating whether the
IDictionary object is read-only.
keysGets an
ICollection object containing the keys of the
IDictionary object.
valuesGets an
ICollection object containing the values in the
IDictionary object.
keys_typedGets the strongly typed collection of keys.
values_typedGets the strongly typed values collection.

Methods

MethodDescription
removeRemoves the CadBlockEntity with the specified key.
removeRemoves the element with the specified key from the
IDictionary object.
addAdds a CadBlockEntity to the dictionary.
addAdds an element with the provided key and value to the
IDictionary object.
clearRemoves all elements from the
IDictionary object.
contains_keyDetermines whether CadBlockEntity contained within this dictionary.
try_get_valueGets the value associated with the specified key.
cloneClones the dictionary.

See Also