Document.GetRoomAtPoint
Description:
Gets a room containing the point.
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).
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)
-
pointPoint to be checked.
-
Thrown when the point isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when the coordinates of the point are not number or are Double::MaxValue or Double::MinValue.