Determines if a point lies within the volume of the room.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsPointInRoom(
XYZ point
)
Public Function IsPointInRoom (
point As XYZ
) As Boolean
public:
bool IsPointInRoom(
XYZ^ point
)
member IsPointInRoom :
point : XYZ -> bool
Parameters
- point XYZ
- Point to be checked.
Return Value
Boolean
Exceptions
See Also