The Crop Box applied to the view, or an outline encompassing the crop region applied to the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
Field Value
nullNothingnullptra null reference (Nothing in Visual Basic) if the view is a template, or does not support cropping. If the view is cropped by a sketched region instead
of by a box, the box will contain a box which outlines the extends of the sketch. Setting the crop box for a view cropped by a sketched region will have no effect.
For better access to the crop region of a given view regardless of shape, use the return from
GetCropRegionShapeManager()()()().
Remarks
Exceptions
See Also