CadApplicationCodes
Contents
[
Hide
]The Cad Application Defined Codes
Constructors
| Constructor | Description |
|---|---|
| CadApplicationCodes(String applicationName) | Initializes a new instance of the CadApplicationCodes class. Initializes a new instance of the class. |
Methods
| Method | Description |
|---|---|
| getCodesList() | Gets or sets the data list. |
| setCodesList(List | Gets or sets the data list. |
| getName() | Gets the name. |
CadApplicationCodes(String applicationName)
public CadApplicationCodes(String applicationName)
Initializes a new instance of the CadApplicationCodes class. Initializes a new instance of the class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| applicationName | String | Name of the application. |
getCodesList()
public List<CadCodeValue> getCodesList()
Gets or sets the data list.
Returns: List
setCodesList(List value)
public void setCodesList(List<CadCodeValue> value)
Gets or sets the data list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The data list. |
getName()
public String getName()
Gets the name.
Returns: String - The name.