Whether to merge all views in one file (via XRefs).
Default value is false for mergedViews.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public bool MergedViews { get; set; } |
| Visual Basic |
|---|
Public Property MergedViews As Boolean Get Set |
| Visual C++ |
|---|
public: property bool MergedViews { bool get (); void set (bool value); } |