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

DirectShape.IsValidReferencePlaneBoundingBoxUV

Method
Description:
Validates that the input BoundingBoxUV is suitable for bounding a reference plane surface. The input BoundingBoxUV must be set and not degenerate.
Syntax
public static bool IsValidReferencePlaneBoundingBoxUV(
	BoundingBoxUV boundingBoxUV
)
Parameters
Parameter Type Description
boundingBoxUV BoundingBoxUV The reference plane BoundingBoxUV to test.
Return Value
Type Description
Boolean True if the input BoundingBoxUV is valid for reference plane surfaces, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null