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