RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DatumPlane

DatumPlane.HasBubbleInView

Method
Description:
Identifies if the DatumPlane has bubble or not.
Syntax
public bool HasBubbleInView(
	DatumEnds datumEnd,
	View view
)
Parameters
Parameter Type Description
datumEnd DatumEnds The end of the datum plane.
view View The view on which the DatumPlane shows.
Return Value
Type Description
Boolean True 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.