Revit 2026 API
External |
Returns the load operation GUID.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Guid GetLoadRequestId()
Public Function GetLoadRequestId As Guid
public: Guid GetLoadRequestId()
member GetLoadRequestId : unit -> Guid
Return Value
GuidThe load operation GUID.
This Id uniquely identifies the load request. IExternalResourceServers can use it as a key to store
and retrieve information (such as errors) that is relevant to a specific load operation.
See Also