Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadDictionaryVar



  • public class CadDictionaryVar
    extends CadBaseObject

    Class describing DICTIONARYVAR object.

    • Constructor Detail

      • CadDictionaryVar

        public CadDictionaryVar()

        Initializes a new instance of the CadDictionaryVar class.

    • Method Detail

      • getObjectSchemaNumber

        public final short getObjectSchemaNumber()

        Gets or sets the object schema number.

        Returns:
        The object schema number.
      • setObjectSchemaNumber

        public final void setObjectSchemaNumber(short value)

        Gets or sets the object schema number.

        Parameters:
        value - The object schema number.
      • getValue

        public final String getValue()

        Gets or sets value of variable.

      • setValue

        public final void setValue(String value)

        Gets or sets value of variable.