Revit 2025 API
ViewIs |
Indicates if the view is a callout view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsCallout { get; }
Public ReadOnly Property IsCallout As Boolean Get
public: property bool IsCallout { bool get (); }
member IsCallout : bool with get
Property Value
Boolean
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.
See Also