Revit 2026 API
Datum |
Identifies if the DatumPlane has bubble or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasBubbleInView( DatumEnds datumEnd, View view )
Public Function HasBubbleInView ( datumEnd As DatumEnds, view As View ) As Boolean
public: bool HasBubbleInView( DatumEnds datumEnd, View^ view )
member HasBubbleInView : datumEnd : DatumEnds * view : View -> bool
Parameters
Return Value
BooleanTrue if the DatumPlane has bubble, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
InvalidOperationException | This datum plane doesn't support bubble operations. |
See Also