Determines if a point lies within the volume of the Space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- point
- Type: Autodesk.Revit.DBXYZ
Point to be checked.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentNullException | Thrown when the point is a null reference (Nothing in Visual Basic). |
| Autodesk.Revit.ExceptionsArgumentException | The coordinates of the point is not a number. |