Share

TransmissionData.IsTransmitted Property

Determines whether this file has been transmitted or not.


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

Syntax

C#

public bool IsTransmitted { get; set; }

Property Value

Boolean

Remarks

"Transmitted" files have been moved from one place to another and are considered to be in a not-final state. Revit will read the TransmissionData on file open and overwrite any data stored in the external file reference elements themselves.

See Also

Reference

Was this information helpful?