This element contains details about the people and programs that created and modified the gbXML file.
Supported Children:
Element | Description |
---|---|
ProgramInfo | The id attribute of this element will be adesk-rvt-1. This element contains the below described children with information about Revit. |
CompanyName | The value of this element will be Autodesk. |
ProductName | This is the name of the product release that produces this file. If this file is produced by Product_Name, the value of this element will be Product_Name YYYY. The YYYY can vary depending on release. |
Version | This is the number of the product release that produces this file. If this file is produced by Product_Name, the value of this element will be YYYY. The release number YYYY will vary depending on release. |
Platform | This is the version of Microsoft Windows. |
PersonInfo | The id attribute of this element will be adesk-rvt-usr-1. |
LastName | The value of this element is collected from the Username in Options. |
CreatedBy | This element indicates the time and date when this file was created. This element will include an element CADModelId, which is the Global Unique ID for this Revit project. |
Sample:
<DocumentHistory>
<ProgramInfo id="adesk-rvt-1">
<CompanyInfo>Autodesk</CompanyInfo>
<ProductName>Revit 2020</ProductName>
<Version>2020</Version>
<Platform>Microsoft Windows 10</Platform>
</ProgramInfo>
<PersonInfo id="adesk-rvt-usr-1">
<LastName>user</LastName>
</PersonInfo>
<CreatedBy>
personId="adesk-rvt-usr-1"
programId="adesk-rvt-1"
date="2015-08-15T17:43:33"
<CADModelId>26c355ef-c939-4125-ad4f-f578e0c55b77"</CADModelId>
</CreatedBy>
</DocumentHistory>