| Revit 2022 API |
| WorksharingSaveAsOptions..::..ClearTransmitted Property |
| WorksharingSaveAsOptions Class See Also |
For a transmitted model opened with DetachAndPreserveWorksets,
clear its transmitted flag in the Save/SaveAs operation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public bool ClearTransmitted { get; set; } |
| Visual Basic |
|---|
Public Property ClearTransmitted As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ClearTransmitted { bool get (); void set (bool value); } |