<Code Lib>
2020 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
)

Return Value bool True if the input point is within Revit design limits, false otherwise.

Loading…