CadLineTypesDictionary class

CadLineTypesDictionary class

Represents dictionary with types of lines.

Inheritance: CadLineTypesDictionaryNonGenericDictionary

The CadLineTypesDictionary type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the CadLineTypesDictionary 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.
cad_symbol_table_group_codesGets or sets the cad symbol table group codes.
keys_typedGets the strongly typed collection of keys.
values_typedGets the strongly typed values collection.

Methods

MethodDescription
removeRemoves the CadLineTypeTableObject with the specified key.
removeRemoves the element with the specified key from the
IDictionary object.
addAdds a CadLineTypeTableObject 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 CadLineTypeTableObject contained within this dictionary.
try_get_valueGets the value associated with the specified key.
cloneClones the dictionary.

See Also