CadViewList
Inheritance: java.lang.Object, NonGenericList
All Implemented Interfaces: com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
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
Constructors
| Constructor | Description |
|---|---|
| CadViewList() | Initializes a new instance of the CadViewList class. |
Methods
| Method | Description |
|---|---|
| getCadSymbolTableGroupCodes() | Gets or sets the cad symbol table group codes. |
| setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value) | Gets or sets the cad symbol table group codes. |
| deepClone() | The clone. |
| addRange(CadViewTableObject[] objects) | Adds the range of the objects to container. |
CadViewList()
public CadViewList()
Initializes a new instance of the CadViewList class.
getCadSymbolTableGroupCodes()
public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
Returns: CadSymbolTableGroupCodes - The cad symbol table group codes.
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | CadSymbolTableGroupCodes | The cad symbol table group codes. |
deepClone()
public final Object deepClone()
The clone.
Returns: Object - The Object .
addRange(CadViewTableObject[] objects)
public final void addRange(CadViewTableObject[] objects)
Adds the range of the objects to container.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| objects | CadViewTableObject[] | The objects array. |