RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Document

Document.GetRoomAtPoint(XYZ, Phase)

Method
Description:
Gets a room containing the point.
Remarks:
If phase is null, it will get the room of the last phase.The first one found will be returned. If there is no room containing the point, it returns null.
Syntax
public Room GetRoomAtPoint(
	XYZ point,
	Phase phase
)
Parameters
Parameter Type Description
point XYZ Point to be checked.
phase Phase Phase in which the room exists.
Return Value
Type Description
Room The room containing the point.
Exceptions
Exception Condition
ArgumentNullException Thrown when the point is.
ArgumentException Thrown when the coordinates of the point are not number or are Double::MaxValue or Double::MinValue.