Packages

 

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

Class CadBlockPointParameter

    • Constructor Detail

      • CadBlockPointParameter

        public CadBlockPointParameter()

        Initializes a new instance of the CadBlockPointParameter class.

    • Method Detail

      • getBlockPointParameterList

        public List<CadParameter> getBlockPointParameterList()

        Gets or sets the block point parameter list.

        Returns:
        The block point parameter list.
      • setBlockPointParameterList

        public void setBlockPointParameterList(List<CadParameter> value)

        Gets or sets the block point parameter list.

        Parameters:
        value - The block point parameter list.