Packages

 

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

Class CadBlockLinearParameter



  • public class CadBlockLinearParameter
    extends CadBlock2PtParameters

    Class describing BLOCKLINEARPARAMETER object.

    • Constructor Detail

      • CadBlockLinearParameter

        public CadBlockLinearParameter()

        Initializes a new instance of the CadBlockLinearParameter class.

    • Method Detail

      • getBlockLinearParameterList

        public List<CadParameter> getBlockLinearParameterList()

        Gets or sets the block linear parameter list.

        Returns:
        The block linear parameter list.
      • setBlockLinearParameterList

        public void setBlockLinearParameterList(List<CadParameter> value)

        Gets or sets the block linear parameter list.

        Parameters:
        value - The block linear parameter list.