Identifies if the DatumPlane has bubble or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool HasBubbleInView( DatumEnds datumEnd, View view )
Parameters
Return Value
BooleanTrue if the DatumPlane has bubble, false otherwise.
Exceptions
| 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. |
