CadLayersList
Inheritance: java.lang.Object, NonGenericList
All Implemented Interfaces: com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
Layer tables list Since the name is not unique, we use List as a container
Constructors
| Constructor | Description |
|---|---|
| CadLayersList() | Initializes a new instance of the CadLayersList class. |
Methods
| Method | Description |
|---|---|
| deepClone() | The clone. |
| addRange(CadLayerTable[] objects) | Adds the range of the objects to container. |
| getLayer(String name) | Gets list of layers by name. |
| getLayersNames() | Gets the layers names. |
| getApplicationCodesContainer() | Gets or sets the application codes container. |
| setApplicationCodesContainer(CadApplicationCodesContainer value) | Gets or sets the application codes container. |
| getCadSymbolTableGroupCodes() | Gets or sets the cad symbol table group codes. |
| setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value) | Gets or sets the cad symbol table group codes. |
CadLayersList()
public CadLayersList()
Initializes a new instance of the CadLayersList class.
deepClone()
public Object deepClone()
The clone.
Returns: Object - The object .
addRange(CadLayerTable[] objects)
public void addRange(CadLayerTable[] objects)
Adds the range of the objects to container.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| objects | CadLayerTable[] | The objects array. |
getLayer(String name)
public CadLayerTable getLayer(String name)
Gets list of layers by name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | String | The name parameter. |
Returns: CadLayerTable - The list of CadLayerTable
getLayersNames()
public List<String> getLayersNames()
Gets the layers names.
Returns: List
getApplicationCodesContainer()
public CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application codes container.
Returns: CadApplicationCodesContainer - The application codes container.
setApplicationCodesContainer(CadApplicationCodesContainer value)
public void setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application codes container.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | CadApplicationCodesContainer | The application codes container. |
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. |