DatumPlaneIsBubbleVisibleInView Method |
Identifies if the bubble is visible or not in a view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsBubbleVisibleInView(
DatumEnds datumEnd,
View view
)
Public Function IsBubbleVisibleInView (
datumEnd As DatumEnds,
view As View
) As Boolean
public:
bool IsBubbleVisibleInView(
DatumEnds datumEnd,
View^ view
)
member IsBubbleVisibleInView :
datumEnd : DatumEnds *
view : View -> bool
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
See Also