Share

ViewCropRegionShapeManager.GetAnnotationCropShape Method

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

CurveLoop
The annotation crop boundary.

Exceptions

ExceptionCondition
InvalidOperationException View is not allowed to have an annotation crop.

Remarks

Currently, this method returns only the rectangular annotation crop box.

See Also

Reference

Was this information helpful?