Packages

 

com.aspose.cad.fileformats.cad.cadparameters

Class CadBinaryParameter



  • public class CadBinaryParameter
    extends CadParameterT<byte[]>

    The Cad binary parameter.

    • Constructor Detail

      • CadBinaryParameter

        public CadBinaryParameter(int type)

        Initializes a new instance of the CadBinaryParameter class.

        Parameters:
        type - The type of the parameter.
    • Method Detail

      • getData

        public byte[] getData()

        Gets or sets the value.

        Returns:
        The value of the parameter.
      • setData

        public void setData(byte[] value)

        Gets or sets the value.

        Parameters:
        value - The value of the parameter.
      • init

        public void init(CadCodeValue value)

        Initialize the specified value.

        Specified by:
        init in class CadParameter
        Parameters:
        value - The value to assign.