Verifies that the view is allowed to have an annotation crop.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.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 (); } |