IfdSimpleConcept Data Type

The Class IfdSimpleConcept.

Subtypes
IfdSimpleValue, IfdSimpleProperty
Properties
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"
  } ]
}