Package | Description |
---|---|
com.aspose.cad.fileformats.cad.cadobjects |
Modifier and Type | Method and Description |
---|---|
CadXdata |
CadXdataContainer.getAcadData()
Gets the ACAD data.
|
CadXdata |
CadXdataContainer.getData(String applicationName)
Gets the data.
|
Modifier and Type | Method and Description |
---|---|
List<CadXdata> |
CadXdataContainer.getXdatas()
Gets or sets the xdatas.
|
Modifier and Type | Method and Description |
---|---|
static CadCodeValue |
CadXdata.getFirstValue(CadXdata xdata,
int attribute)
Get first occurrence of an attribute from XData
|
Modifier and Type | Method and Description |
---|---|
void |
CadXdataContainer.setXdatas(List<CadXdata> value)
Gets or sets the xdatas.
|