DatumPlaneHasBubbleInView Method |
Identifies if the DatumPlane has bubble or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
- datumEnd DatumEnds
-
The end of the datum plane.
- view View
-
The view on which the DatumPlane shows.
Return Value
Boolean
True if the DatumPlane has bubble, false otherwise.
Exceptions
See Also