| Revit 2019.2 API |
| TransmissionData..::..IsDocumentTransmitted Method |
| TransmissionData Class See Also |
Determines whether the document at a given file location
is transmitted.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2012
Syntax
| C# |
|---|
public static bool IsDocumentTransmitted( ModelPath filePath ) |
| Visual Basic |
|---|
Public Shared Function IsDocumentTransmitted ( _ filePath As ModelPath _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsDocumentTransmitted( ModelPath^ filePath ) |
Parameters
- filePath
- Type: Autodesk.Revit.DB..::..ModelPath
The path to the document whose transmitted state will be checked.
Return Value
True if the document is a transmitted file, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |