RVTDocs.com

TransmissionData.IsDocumentTransmitted

Method
Description:
Determines whether the document at a given file location is transmitted.
Syntax
public static bool IsDocumentTransmitted(
	ModelPath filePath
)
Parameters
Parameter Type Description
filePath ModelPath The path to the document whose transmitted state will be checked.
Return Value
Type Description
Boolean True if the document is a transmitted file, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null