RVTDocs.com

TransmissionData.DocumentIsNotTransmitted

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