Revit 2023 API |
SaveAsOptions..::..Compact Property |
SaveAsOptions Class See Also |
Default is false: let the OS eliminate as much or as little dead data as it wants to.
True: force the OS to eliminate all dead data from the file on disk.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public bool Compact { get; set; } |
Visual Basic |
---|
Public Property Compact As Boolean Get Set |
Visual C++ |
---|
public: property bool Compact { bool get (); void set (bool value); } |