Share

View.IsCallout Property

Indicates if the view is a callout view.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsCallout { get; }

Property Value

Boolean

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.

See Also

Reference

Was this information helpful?