Determines if a point lies within the volume of the Space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsPointInSpace( XYZ point )
Parameters
- point XYZ
- Point to be checked.
Return Value
BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the point is null. |
| ArgumentException | The coordinates of the point is not a number. |
