Determines whether the document at a given file location
is not transmitted.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2012
Syntax
| C# |
|---|
public static bool DocumentIsNotTransmitted(
ModelPath filePath
) |
| Visual Basic |
|---|
Public Shared Function DocumentIsNotTransmitted ( _
filePath As ModelPath _
) As Boolean |
| Visual C++ |
|---|
public:
static bool DocumentIsNotTransmitted(
ModelPath^ filePath
) |
Return Value
False if the document is a transmitted file, true otherwise.
Exceptions
See Also