Class CadDimensionDictionary
- Namespace
- Aspose.CAD.FileFormats.Cad
- Assembly
- Aspose.CAD.dll
Dimension styles dictionary.
[ComVisible(false)]
public sealed class CadDimensionDictionary : NonGenericDictionary, IDictionary, ICollection, IEnumerable, ICloneable
- Inheritance
-
CadDimensionDictionary
- Implements
- Inherited Members
Constructors
- CadDimensionDictionary()
Initializes a new instance of the CadDimensionDictionary class.
Properties
- CadSymbolTableGroupCodes
Gets or sets the cad symbol table group codes.
- this[string]
Gets or sets the CadDimensionStyleTable with the specified key.
- KeysTyped
Gets the strongly typed collection of keys.
- ValuesTyped
Gets the strongly typed values collection.
Methods
- Add(string, CadDimensionStyleTable)
Adds a CadDimensionStyleTable to the dictionary.
- Clone()
Clones the dictionary.
- ContainsKey(string)
Determines whether CadDimensionStyleTable contained within this dictionary.
- Remove(string)
Removes the CadDimensionStyleTable with the specified key.
- TryGetValue(string, out CadDimensionStyleTable)
Gets the value associated with the specified key.