Packages

 

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

Class CadBlockAction

    • Constructor Detail

      • CadBlockAction

        public CadBlockAction()

        Initializes a new instance of the CadBlockAction class.

    • Method Detail

      • getBlockActionParameterList

        public List<CadParameter> getBlockActionParameterList()

        Gets or sets the block action parameter list.

        Returns:
        The block action parameter list.
      • setBlockActionParameterList

        public void setBlockActionParameterList(List<CadParameter> value)

        Gets or sets the block action parameter list.

        Parameters:
        value - The block action parameter list.