Packages

 

com.aspose.cad.fileformats.cad

Class CadClassList

  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, com.aspose.ms.System.Collections.IList, com.aspose.ms.System.ICloneable, Iterable


    public class CadClassList
    extends NonGenericList
    implements com.aspose.ms.System.ICloneable

    CAD classes collection

    • Constructor Detail

      • CadClassList

        public CadClassList()

        Initializes a new instance of the CadClassEntity class.

    • Method Detail

      • addRange

        public void addRange(CadClassEntity[] objects)

        Adds the range of the objects to container.

        Parameters:
        objects - The objects array.
      • deepClone

        public Object deepClone()

        Clones the list.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        A new object that is a shallow copy of this instance.