Revit 2026 API
View |
Gets the annotation crop box assigned to the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CurveLoop GetAnnotationCropShape()
Public Function GetAnnotationCropShape As CurveLoop
public: CurveLoop^ GetAnnotationCropShape()
member GetAnnotationCropShape : unit -> CurveLoop
Return Value
CurveLoopThe annotation crop boundary.
| Exception | Condition |
|---|---|
| InvalidOperationException | View is not allowed to have an annotation crop. |
Currently, this method returns only the rectangular annotation crop box.
See Also