RVTDocs.com
Namespace: Autodesk.Revit.DB Class: XYZ

XYZ.IsWithinLengthLimits

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