CadEmbeddedObject
Contents
[
Hide
]The Cad embedded object.
Constructors
| Constructor | Description |
|---|---|
| CadEmbeddedObject() | Initializes a new instance of the CadEmbeddedObject class. |
Methods
| Method | Description |
|---|---|
| getDataList() | Gets or sets the data list. |
| setDataList(List | 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:
| Parameter | Type | Description |
|---|---|---|
| attribute | int | Attribute code |
Returns: CadCodeValue - CadCodeValue Representation of a value