Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadXRecord



  • public class CadXRecord
    extends CadBaseObject

    Class describing CadXRecord

    • Constructor Detail

      • CadXRecord

        public CadXRecord()

        Initializes a new instance of the CadXRecord class.

    • Method Detail

      • getObjects

        public final List<CadCodeValue> getObjects()

        Gets or sets the objects. Xrecord objects are used to store and manage arbitrary data. They are composed of DXF group codes with �normal object� groups(that is, non-xdata group codes), ranging from 1 through 369 for supported ranges.This object is similar in concept to xdata but is not limited by size or order.

        Returns:
        The objects.
      • setObjects

        public final void setObjects(List<CadCodeValue> value)

        Gets or sets the objects. Xrecord objects are used to store and manage arbitrary data. They are composed of DXF group codes with �normal object� groups(that is, non-xdata group codes), ranging from 1 through 369 for supported ranges.This object is similar in concept to xdata but is not limited by size or order.

        Parameters:
        value - The objects.
      • getDuplicateCloningFlag

        public final short getDuplicateCloningFlag()

        Gets or sets the duplicate cloning flag.

        Returns:
        The duplicate cloning flag.
      • setDuplicateCloningFlag

        public final void setDuplicateCloningFlag(short value)

        Gets or sets the duplicate cloning flag.

        Parameters:
        value - The duplicate cloning flag.
      • getBinaryData310

        public final byte[] getBinaryData310()

        Gets or sets the binary data 310.

        Returns:
        The binary data 310.
      • setBinaryData310

        public final void setBinaryData310(byte[] value)

        Gets or sets the binary data 310.

        Parameters:
        value - The binary data 310.
      • getBinaryData311

        public final byte[] getBinaryData311()

        Gets or sets the binary data 311.

        Returns:
        The binary data 311.
      • setBinaryData311

        public final void setBinaryData311(byte[] value)

        Gets or sets the binary data 311.

        Parameters:
        value - The binary data 311.