Revit 2025 API
Transmission |
Determines whether the document at a given file location
is transmitted.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool IsDocumentTransmitted( ModelPath filePath )
Public Shared Function IsDocumentTransmitted ( filePath As ModelPath ) As Boolean
public: static bool IsDocumentTransmitted( ModelPath^ filePath )
static member IsDocumentTransmitted : filePath : ModelPath -> bool
Parameters
- filePath ModelPath
- The path to the document whose transmitted state will be checked.
Return Value
BooleanTrue if the document is a transmitted file, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also