RVTDocs.com

Room.IsPointInRoom

Method
Description:
Determines if a point lies within the volume of the room.
Syntax
public bool IsPointInRoom(
	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.