CadAcadEvaluationGraph

Inheritance: java.lang.Object, CadBaseObject

Class describing ACAD_EVALUATION_GRAPH object.

Constructors

ConstructorDescription
CadAcadEvaluationGraph()Initializes a new instance of the CadAcadEvaluationGraph class.

Methods

MethodDescription
getObjects()Gets or sets the objects.
setObjects(List value)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 - All ACAD_EVALUATION_GRAPH objects.

setObjects(List value)

public void setObjects(List<CadCodeValue> value)

Gets or sets the objects.

Parameters:

ParameterTypeDescription
valueListAll ACAD_EVALUATION_GRAPH objects.