CadEmbeddedObject

The Cad embedded object.

Constructors

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

Methods

MethodDescription
getDataList()Gets or sets the data list.
setDataList(List value)Gets or sets the data list.
getFirstValue(int attribute)Get first occurrence of an attribute from object.

CadEmbeddedObject()

public CadEmbeddedObject()

Initializes a new instance of the CadEmbeddedObject class.

getDataList()

public final List<CadCodeValue> getDataList()

Gets or sets the data list.

Returns: List

setDataList(List value)

public final void setDataList(List<CadCodeValue> value)

Gets or sets the data list.

getFirstValue(int attribute)

public final CadCodeValue getFirstValue(int attribute)

Get first occurrence of an attribute from object.

Parameters:

ParameterTypeDescription
attributeintAttribute code

Returns: CadCodeValue - CadCodeValue Representation of a value