CanHaveAnnotationCrop Property
Verifies that the view is allowed to have an annotation crop.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since:  2016

Syntax

C#
public bool CanHaveAnnotationCrop { get; }
Visual Basic
Public ReadOnly Property CanHaveAnnotationCrop As Boolean
	Get
Visual C++
public:
property bool CanHaveAnnotationCrop {
	bool get ();
}

See Also