2024 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 .a null reference (Nothing in Visual Basic).
Overloads (2):
GetRoomAtPoint(XYZ)
public Room GetRoomAtPoint(
	XYZ point
)
Return Value Room The room containing the point.