TransmissionDataReadTransmissionData Method |
Reads the TransmissionData associated with the
file at the given location.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static TransmissionData ReadTransmissionData(
ModelPath path
)
Public Shared Function ReadTransmissionData (
path As ModelPath
) As TransmissionData
public:
static TransmissionData^ ReadTransmissionData(
ModelPath^ path
)
static member ReadTransmissionData :
path : ModelPath -> TransmissionData
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
TransmissionData
The TransmissionData containing external file
information for the file at the given location.
Exceptions
Remarks
The TransmissionData returned by this function contains
data about all ExternalFileReferences in the document.
ExternalResourceReferences to extenal servers will not
be returned by this function. TransmissionData contains
information about local or Revit Server references only.
See Also