<Code Lib>
2025.3 Method
Changes 0
M

ExternalFileUtils.GetExternalFileReference

Description:
Gets the external file referencing data for the given element.

public static ExternalFileReference GetExternalFileReference(
	Document aDoc,
	ElementId elemId
)

  • aDoc
    A Revit Document.
  • elemId
    The element whose external file reference we want.
Return Value ExternalFileReference An object containing path and type information for the given element's external file.

Loading…