Packages

 

com.aspose.cad.fileformats.cad

Class CadDimensionDictionary

    • Constructor Detail

      • CadDimensionDictionary

        public CadDimensionDictionary()

        Initializes a new instance of the CadDimensionDictionary class.

    • Method Detail

      • getCadSymbolTableGroupCodes

        public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()

        Gets or sets the cad symbol table group codes.

        Returns:
        The cad symbol table group codes.
      • setCadSymbolTableGroupCodes

        public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

        Gets or sets the cad symbol table group codes.

        Parameters:
        value - The cad symbol table group codes.
      • add

        public void add(String key,
                        CadDimensionStyleTable value)

        Adds a CadDimensionStyleTable to the dictionary.

        Parameters:
        key - The CadDimensionStyleTable key.
        value - The CadDimensionStyleTable to add.
      • remove

        public boolean remove(String key)

        Removes the CadDimensionStyleTable with the specified key.

        Parameters:
        key - The CadDimensionStyleTable key to remove.
        Returns:
        True if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the dictionary.
      • deepClone

        public Object deepClone()

        Clones the dictionary.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        A new object that is a shallow copy of this instance.