Revit 2026 API
External |
Checks whether this ExternalResourceReference corresponds to the current version of the resource.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ResourceVersionStatus GetResourceVersionStatus()
Public Function GetResourceVersionStatus As ResourceVersionStatus
public: ResourceVersionStatus GetResourceVersionStatus()
member GetResourceVersionStatus : unit -> ResourceVersionStatus
Return Value
ResourceVersionStatusAn enum indicating whether this reference represents the most recent version of the resource.
| Exception | Condition |
|---|---|
| InvalidOperationException | The server referenced by the ExternalResourceReference does not exist or does not implement IExternalResourceServer. |
This method should only be called if the ExternalResourceServer that provides the resource
is present.
See Also