Share

View.CropBoxVisible Property

Whether or not the Crop Box/Region is visible for the view.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool CropBoxVisible { get; set; }

Property Value

Boolean

Exceptions

ExceptionCondition
InapplicableDataExceptionThrown when getting this property, if the view is a template and cannot have a crop box applied.
InvalidOperationExceptionThrown when setting this property, if the view is a template and cannot have a crop box applied.

See Also

Reference

Was this information helpful?