public class CadUcsList extends NonGenericList implements com.aspose.ms.System.ICloneable
The cad view 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 |
|---|
CadUcsList()
Initializes a new instance of the
CadUcsList class. |
| Modifier and Type | Method and Description |
|---|---|
void |
addRange(CadUcsTableObject[] objects)
Adds the range of the objects to container.
|
Object |
deepClone()
The clone.
|
CadSymbolTableGroupCodes |
getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
|
void |
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
|
addItem, clear, contains, copyTo, get_Item, getSyncRoot, indexOf, insertItem, isFixedSize, isReadOnly, isSynchronized, iterator, removeAt, removeItem, set_Item, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CadUcsList()
Initializes a new instance of the CadUcsList class.
public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
value - The cad symbol table group codes.public final Object deepClone()
The clone.
deepClone in interface com.aspose.ms.System.ICloneableObject.public final void addRange(CadUcsTableObject[] objects)
Adds the range of the objects to container.
objects - The objects array.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.