| Revit 2023 API |
| View..::..IsCallout Property |
| View Class See Also |
Indicates if the view is a callout view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
| C# |
|---|
public bool IsCallout { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsCallout As Boolean Get |
| Visual C++ |
|---|
public: property bool IsCallout { bool get (); } |
Remarks
Reference callouts are not treated as callout views.
The view was created as a callout in its parent view but it may show as a section in orthogonal views.