Validates that the input BoundingBoxUV is suitable for bounding a reference plane surface.
The input BoundingBoxUV must be set and not degenerate.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
| C# |
|---|
public static bool IsValidReferencePlaneBoundingBoxUV(
BoundingBoxUV boundingBoxUV
) |
| Visual Basic |
|---|
Public Shared Function IsValidReferencePlaneBoundingBoxUV ( _
boundingBoxUV As BoundingBoxUV _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsValidReferencePlaneBoundingBoxUV(
BoundingBoxUV^ boundingBoxUV
) |
Return Value
True if the input BoundingBoxUV is valid for reference plane surfaces, false otherwise.
Exceptions
See Also