Whether or not the Crop Box/Region is active for the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool CropBoxActive { get; set; }
Property Value
BooleanExceptions
Exception | Condition |
---|---|
InapplicableDataException | Thrown when getting this property, if the view is a template and cannot have a crop box applied. |
InvalidOperationException | Thrown when setting this property, if the view is a template and cannot have a crop box applied. |