Space.IsPointInSpace Method

SpaceIsPointInSpace Method

Determines if a point lies within the volume of the Space.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsPointInSpace(
	XYZ point
)
Public Function IsPointInSpace ( 
	point As XYZ
) As Boolean
public:
bool IsPointInSpace(
	XYZ^ point
)
member IsPointInSpace : 
        point : XYZ -> bool 

Parameters

point  XYZ
Point to be checked.

Return Value

Boolean
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the point is .
ArgumentException The coordinates of the point is not a number.
See Also