RVTDocs.com

Space.IsPointInSpace

Method
Description:
Determines if a point lies within the volume of the Space.
Syntax
public bool IsPointInSpace(
	XYZ point
)
Parameters
Parameter Type Description
point XYZ Point to be checked.
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown when the point is.
ArgumentException The coordinates of the point is not a number.