2027 Method
Changes 0
M

Document.GetRoomAtPoint

Description:
Gets a room containing the point.
Remarks:
Surveys only the rooms from the final phase of the project. The first one found will be returned. If there is no room containing the point, it returns null.
Overloads (2):
GetRoomAtPoint(XYZ)
public Room GetRoomAtPoint(
	XYZ point
)
  • point
    Point to be checked.
Return Value Room The room containing the point.