The offset from the right of the view crop that determines the location of the annotation crop right boundary.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public double RightAnnotationCropOffset { get; set; }
Property Value
DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for offset must be non-negative. |
| InvalidOperationException | View is not allowed to have an annotation crop. |
