CadAcadEvaluationGraph
Inheritance: java.lang.Object, CadBaseObject
Class describing ACAD_EVALUATION_GRAPH object.
Constructors
| Constructor | Description |
|---|---|
| CadAcadEvaluationGraph() | Initializes a new instance of the CadAcadEvaluationGraph class. |
Methods
| Method | Description |
|---|---|
| getObjects() | Gets or sets the objects. |
| setObjects(List | Gets or sets the objects. |
CadAcadEvaluationGraph()
public CadAcadEvaluationGraph()
Initializes a new instance of the CadAcadEvaluationGraph class.
getObjects()
public List<CadCodeValue> getObjects()
Gets or sets the objects.
Returns: List
setObjects(List value)
public void setObjects(List<CadCodeValue> value)
Gets or sets the objects.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | All ACAD_EVALUATION_GRAPH objects. |