Document.GetSpaceAtPoint
Description:
Gets a space containing the point.
Gets a space containing the point.
Remarks:
If phase is .a null reference (Nothing in Visual Basic), 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 .a null reference (Nothing in Visual Basic).
If phase is .a null reference (Nothing in Visual Basic), 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 .a null reference (Nothing in Visual Basic).
Overloads (2):
GetSpaceAtPoint(XYZ,Phase)
-
pointPoint to be checked.
-
phasePhase in which the space exists.
-
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.