ViewCropRegionShapeManager.TopAnnotationCropOffset Property

ViewCropRegionShapeManagerTopAnnotationCropOffset Property

The offset from the top of the view crop that determines the location of the annotation crop top boundary.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double TopAnnotationCropOffset { get; set; }
Public Property TopAnnotationCropOffset As Double
	Get
	Set
public:
property double TopAnnotationCropOffset {
	double get ();
	void set (double value);
}
member TopAnnotationCropOffset : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for offset must be non-negative.
InvalidOperationException View is not allowed to have an annotation crop.
Remarks
This value must be a non-negative length in view units. Default value is 1/12' (1"), minimal value is 1/96' (1/8"). To get offset in model units, multiply the value by the view scale.
See Also