Retrieves the GUID representing this document in exported gbXML files.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static Guid GetGBXMLDocumentId(
Document document
)
Parameters
- document Document
-
The document.
Return Value
Guid
The value of the GUID representing this document in gbXML export.
Exceptions
Remarks
This id can be used to cross-reference different gbXML exports from the same document.
See Also
Reference