Packages

 

com.aspose.cad.fileformats.cad.dwg.acdbobjects

Class CadBlockNameEntity



  • public class CadBlockNameEntity
    extends CadBaseEntity

    The BlockName Entity

    • Constructor Detail

      • CadBlockNameEntity

        public CadBlockNameEntity()
    • Method Detail

      • getBlockName

        public String getBlockName()

        Gets or sets the name of the block.

        Returns:
        The name of the block.
      • setBlockName

        public void setBlockName(String value)

        Gets or sets the name of the block.

        Parameters:
        value - The name of the block.