ExportUtils.GetGBXMLDocumentId
Method
Description:
Retrieves the GUID representing this document in exported gbXML files.
Retrieves the GUID representing this document in exported gbXML files.
Remarks:
This id can be used to cross-reference different gbXML exports from the same document.
This id can be used to cross-reference different gbXML exports from the same document.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
Return Value
| Type | Description |
|---|---|
| Guid | The value of the GUID representing this document in gbXML export. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |