Packages

 

com.aspose.cad.fileformats.cad.cadobjects

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 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 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 short getDuplicateCloningFlag()

        Gets or sets the duplicate cloning flag.

        Returns:
        The duplicate cloning flag.
      • setDuplicateCloningFlag

        public void setDuplicateCloningFlag(short value)

        Gets or sets the duplicate cloning flag.

        Parameters:
        value - The duplicate cloning flag.
      • getBinaryData310

        public CadBinaryParameter getBinaryData310()

        Gets or sets the binary data 310.

        Returns:
        The binary data 310.
      • setBinaryData310

        public void setBinaryData310(CadBinaryParameter value)

        Gets or sets the binary data 310.

        Parameters:
        value - The binary data 310.
      • getBinaryData311

        public CadBinaryParameter getBinaryData311()

        Gets or sets the binary data 311.

        Returns:
        The binary data 311.
      • setBinaryData311

        public void setBinaryData311(CadBinaryParameter value)

        Gets or sets the binary data 311.

        Parameters:
        value - The binary data 311.