Packages

 

com.aspose.cad.fileformats.cad.cadobjects.blocks

Class CadBlock1PtParameters

    • Method Detail

      • getBlockParameterList

        public List<CadParameter> getBlockParameterList()

        Gets or sets the block parameter list.

        Returns:
        The block parameter list.
      • setBlockParameterList

        public void setBlockParameterList(List<CadParameter> value)

        Gets or sets the block parameter list.

        Parameters:
        value - The block parameter list.
      • getBlock1PtParameterList

        public List<CadParameter> getBlock1PtParameterList()

        Gets or sets the block1 pt parameter list.

        Returns:
        The block1 pt parameter list.
      • setBlock1PtParameterList

        public void setBlock1PtParameterList(List<CadParameter> value)

        Gets or sets the block1 pt parameter list.

        Parameters:
        value - The block1 pt parameter list.