| Revit 2023 API |
| ViewCropRegionShapeManager..::..CanBeSplit Property |
| ViewCropRegionShapeManager Class See Also |
Verifies that the crop of the associated view is permitted to have multiple regions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2016
Syntax
| C# |
|---|
public bool CanBeSplit { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CanBeSplit As Boolean Get |
| Visual C++ |
|---|
public: property bool CanBeSplit { bool get (); } |