Share

TransmissionData.IsDocumentTransmitted Method

Determines whether the document at a given file location is transmitted.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static bool IsDocumentTransmitted(
	ModelPath filePath
)

Parameters

filePath  ModelPath
The path to the document whose transmitted state will be checked.

Return Value

Boolean
True if the document is a transmitted file, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?