The Class IfdSimpleConcept.
| name | data type | description |
|---|---|---|
| guid | string | Gets the guid of the object. This is formated according to the Ifc specifications. |
| names | array of IfdSimpleName | Gets the names. |
Example
{
"guid" : "...",
"names" : [ {
"name" : "...",
"nameType" : "FULLNAME"
}, {
"name" : "...",
"nameType" : "LEXEME"
} ]
}