public class CadVportList extends NonGenericList implements com.aspose.ms.System.ICloneable
The cad viewport dictionary The following group codes apply to VPORT symbol table entries. The VPORT table is unique: it may contain several entries with the same name (indicating a multiple-viewport configuration). The entries corresponding to the active viewport configuration all have the name *ACTIVE. The first such entry describes the current viewport. Since the name is not unique, we use List as a container
Constructor and Description |
---|
CadVportList()
Initializes a new instance of the
CadVportList class. |
Modifier and Type | Method and Description |
---|---|
void |
addRange(CadVportTableObject[] objects)
Adds the range of the objects to container.
|
Object |
deepClone()
The clone.
|
addItem, clear, contains, copyTo, get_Item, getSyncRoot, indexOf, insertItem, isFixedSize, isReadOnly, isSynchronized, iterator, removeAt, removeItem, set_Item, size
public CadVportList()
Initializes a new instance of the CadVportList
class.
public Object deepClone()
The clone.
deepClone
in interface com.aspose.ms.System.ICloneable
object
.public void addRange(CadVportTableObject[] objects)
Adds the range of the objects to container.
objects
- The objects array.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.