Gets the annotation crop box assigned to the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public CurveLoop GetAnnotationCropShape()
Return Value
CurveLoopThe annotation crop boundary.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | View is not allowed to have an annotation crop. |
