Share

DatumPlane.IsBubbleVisibleInView Method

Identifies if the bubble is visible or not in a view.


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

Syntax

C#

public bool IsBubbleVisibleInView(
	DatumEnds datumEnd,
	View view
)

Parameters

datumEnd  DatumEnds
The end of the datum plane.
view  View
The view on which the DatumPlane shows.

Return Value

Boolean
True if the bubble is visible, false otherwise.

Exceptions

ExceptionCondition
ArgumentException The datum plane cannot be visible in the view.
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

Reference

Was this information helpful?