Table of Contents

Class CadLineTypesDictionary

Namespace
Aspose.CAD.FileFormats.Cad
Assembly
Aspose.CAD.dll

Represents dictionary with types of lines.

[ComVisible(false)]
public class CadLineTypesDictionary : NonGenericDictionary, IDictionary, ICollection, IEnumerable, ICloneable
Inheritance
CadLineTypesDictionary
Implements
Inherited Members

Constructors

CadLineTypesDictionary()

Initializes a new instance of the CadLineTypesDictionary class.

Properties

CadSymbolTableGroupCodes

Gets or sets the cad symbol table group codes.

this[string]

Gets or sets the CadLineTypeTableObject with the specified key.

KeysTyped

Gets the strongly typed collection of keys.

ValuesTyped

Gets the strongly typed values collection.

Methods

Add(string, CadLineTypeTableObject)

Adds a CadLineTypeTableObject to the dictionary.

Clone()

Clones the dictionary.

ContainsKey(string)

Determines whether CadLineTypeTableObject contained within this dictionary.

Remove(string)

Removes the CadLineTypeTableObject with the specified key.

TryGetValue(string, out CadLineTypeTableObject)

Gets the value associated with the specified key.