2027 Method
Changes 0
M

XYZ.IsWithinLengthLimits

Description:
Validates that the input point is within Revit design limits.
Remarks:
Used to validate input for geometry construction methods.
public static bool IsWithinLengthLimits(
	XYZ point
)
  • point
    The point to test.
Return Value Boolean True if the input point is within Revit design limits, false otherwise.