CadBlockRecordList
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 |
|---|---|
| CadBlockRecordList() | //«««« #endregion Fields //»»»» #region Constructors /** Initializes a new instance of the CadBlockRecordList 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(CadBlockTableObject[] objects) | Adds the range of the objects to container. |
| getBlockByLayoutHandle(String layoutHandle) | Gets block table by layout handle |
CadBlockRecordList()
public CadBlockRecordList()
//«««« #endregion Fields //»»»» #region Constructors /** Initializes a new instance of the CadBlockRecordList 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 Object deepClone()
The clone.
Returns: Object - The object .
addRange(CadBlockTableObject[] objects)
public void addRange(CadBlockTableObject[] objects)
Adds the range of the objects to container.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| objects | CadBlockTableObject[] | The objects array. |
getBlockByLayoutHandle(String layoutHandle)
public final CadBlockTableObject getBlockByLayoutHandle(String layoutHandle)
Gets block table by layout handle
Parameters:
| Parameter | Type | Description |
|---|---|---|
| layoutHandle | String | The layout handle. |
Returns: CadBlockTableObject