| Revit Preview Release API |
| ViewCropRegionShapeManager..::..RemoveSplit Method |
| ViewCropRegionShapeManager Class See Also |
Removes any split applied to the view's crop.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2014
Syntax
| C# |
|---|
public void RemoveSplit() |
| Visual Basic |
|---|
Public Sub RemoveSplit |
| Visual C++ |
|---|
public: void RemoveSplit() |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | The crop of the associated view is not permitted to have multiple regions. |