Reads the TransmissionData associated with the
file at the given location.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static TransmissionData ReadTransmissionData( ModelPath path )
Parameters
- path ModelPath
- A ModelPath indicating the file Revit should read the TransmissionData of. If this ModelPath is a file path, it must be an absolute path.
Return Value
TransmissionDataThe TransmissionData containing external file information for the file at the given location.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| CentralModelAccessDeniedException | Access to the central model was denied. A possible reason is because the model was under maintenance. |
| CentralModelContentionException | The central model are locked by another client. |
| CentralModelException | The central model is missing. -or- An internal error happened on the central model, please contact the server administrator. |
| FileArgumentNotFoundException | There is not a valid Revit file at path's location |
| RevitServerCommunicationException | The server-based central model could not be accessed because of a network communication error. |
