Room.IsPointInRoom
Description:
Determines if a point lies within the volume of the room.
Determines if a point lies within the volume of the room.
public bool IsPointInRoom(
XYZ point
)
-
pointPoint to be checked.
Return Value
bool
-
Thrown when the point isnullNothingnullptra null reference (Nothingin Visual Basic).
-
The coordinates of the point is not a number.