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: 26.1.0.0 (26.1.0.34)
Syntax
C#
public ExternalFileReference GetLastSavedReferenceData( ElementId elemId )
Parameters
- elemId ElementId
- The ElementId of the Element which the external file reference is a component of.
Return Value
ExternalFileReferenceAn ExternalFileReference containing the previous path and load status information for an external file
Exceptions
Exception | Condition |
---|---|
ArgumentException | elemId does not correspond to an ExternalFileReference contained in this TransmissionData. |
ArgumentNullException | A non-optional argument was null |