Determines whether the document at a given file location
is not transmitted.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool DocumentIsNotTransmitted(
ModelPath filePath
)
Parameters
- filePath ModelPath
-
The path to the document whose transmitted state will be checked.
Return Value
Boolean
False if the document is a transmitted file, true otherwise.
Exceptions
See Also
Reference