CadAcshHistoryClass
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseObject
Class describing CadAcshHistoryClass object.
Constructors
| Constructor | Description |
|---|---|
| CadAcshHistoryClass() | Initializes a new instance of the CadAcshHistoryClass class. |
Methods
| Method | Description |
|---|---|
| getAcshHistoryClassParameterList() | Gets or sets the acsh history class parameter list. |
| setAcshHistoryClassParameterList(List | Gets or sets the acsh history class parameter list. |
CadAcshHistoryClass()
public CadAcshHistoryClass()
Initializes a new instance of the CadAcshHistoryClass class.
getAcshHistoryClassParameterList()
public List<CadParameter> getAcshHistoryClassParameterList()
Gets or sets the acsh history class parameter list.
Returns: List
setAcshHistoryClassParameterList(List value)
public void setAcshHistoryClassParameterList(List<CadParameter> value)
Gets or sets the acsh history class parameter list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The acsh history class parameter list. |