Share

Space.IsPointInSpace Method

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


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsPointInSpace(
	XYZ point
)

Parameters

point  XYZ
Point to be checked.

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the point is nullptr.
ArgumentException The coordinates of the point is not a number.

See Also

Reference

Was this information helpful?