IfdSimpleValue Data Type

The Class IfdSimpleValue.

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.
values array of IfdSimpleName Gets the value.
valueRole IfdValueRoleEnum Gets the value role.

Example

{
  "guid" : "...",
  "names" : [ {
    "name" : "...",
    "nameType" : "LEXEME"
  }, {
    "name" : "...",
    "nameType" : "LEXEME"
  } ],
  "values" : [ {
    "name" : "...",
    "nameType" : "FULLNAME"
  }, {
    "name" : "...",
    "nameType" : "SHORTNAME"
  } ],
  "valueRole" : "MINIMUM"
}