Gets the ExternalFileReference representing path and load status information concerning the most recent time this TransmissionData's document was opened.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- elemId
- Type: Autodesk.Revit.DBElementId
The ElementId of the Element which the external file reference is a component of.
Return Value
An ExternalFileReference containing the previous path and load status information for an external fileExceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | elemId does not correspond to an ExternalFileReference contained in this TransmissionData. |
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |