2027 Method
Changes 0
M

Document.GetSpaceAtPoint

Description:
Gets a space containing the point.
Remarks:
Surveys only the spaces from the final phase of the project. The first one found will be returned. If there is no space containing the point, it returns null.
Overloads (2):
GetSpaceAtPoint(XYZ)
public Space GetSpaceAtPoint(
	XYZ point
)
  • point
    Point to be checked.
Return Value Space The space containing the point.