The Class IfdOrganization.
| name | data type | description |
|---|---|---|
| guid | string | Gets the guid of the object. This is formated according to the Ifc specifications. |
| name | string | Gets the name. |
| URL | string | Gets the uRL. |
Example
{
"guid" : "...",
"name" : "...",
"URL" : "..."
}