RVTDocs.com
Namespace: Autodesk.Revit.DB Class: View

View.CropBox

Property
Description:
The Crop Box applied to the view, or an outline encompassing the crop region applied to the view.
Remarks:
The X direction of the box is right on screen; Y is up; and Z is towards the user. The crop box Z value of a plan view is not meaningful.
Syntax
public BoundingBoxXYZ CropBox { get; set; }
Exceptions
Exception Condition
InvalidOperationException Cannot set the CropBox of the specified view.