2023 Method
Changes 0
M

Document.GetRoomAtPoint

Description:
Gets a room containing the point.
Remarks:
If phase is .a null reference (Nothing in Visual Basic), 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 .a null reference (Nothing in Visual Basic).
Overloads (2):
GetRoomAtPoint(XYZ,Phase)
public Room GetRoomAtPoint(
	XYZ point,
	Phase phase
)
Return Value Room The room containing the point.