public class CadClassList extends NonGenericList implements com.aspose.ms.System.ICloneable
CAD classes collection
Constructor and Description |
---|
CadClassList()
Initializes a new instance of the
CadClassEntity class. |
Modifier and Type | Method and Description |
---|---|
void |
addRange(CadClassEntity[] objects)
Adds the range of the objects to container.
|
Object |
deepClone()
Clones the list.
|
addItem, clear, contains, copyTo, get_Item, getSyncRoot, indexOf, insertItem, isFixedSize, isReadOnly, isSynchronized, iterator, removeAt, removeItem, set_Item, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CadClassList()
Initializes a new instance of the CadClassEntity
class.
public void addRange(CadClassEntity[] objects)
Adds the range of the objects to container.
objects
- The objects array.public Object deepClone()
Clones the list.
deepClone
in interface com.aspose.ms.System.ICloneable