ExternalResourceUtils Class


A utility class containing functions related to external resource references.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since: 2015

Syntax

C#
public static class ExternalResourceUtils
Visual Basic
Public NotInheritable Class ExternalResourceUtils
Visual C++
public ref class ExternalResourceUtils abstract sealed

Remarks

Elements which are external resource references refer to data outside of the base .rvt file. Examples include Revit links and the keynote table data.

Inheritance Hierarchy

System Object
Autodesk.Revit.DB ExternalResourceUtils

See Also