Share

ExternalResourceLoadData.GetLoadRequestId Method

Returns the load operation GUID.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public Guid GetLoadRequestId()

Return Value

Guid
The load operation GUID.

Remarks

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

Reference

Was this information helpful?