2027 Method
Changes 0
M

Document.GetSpaceAtPoint

Description:
Gets a space containing the point.
Remarks:
If phase is null, it will get the space of the last phase.The first one found will be returned. If there is no space containing the point, it returns null.
Overloads (2):
GetSpaceAtPoint(XYZ,Phase)
public Space GetSpaceAtPoint(
	XYZ point,
	Phase phase
)
  • point
    Point to be checked.
  • phase
    Phase in which the space exists.
Return Value Space The space containing the point.