Determines whether given coordinates are within the bounds.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AreCoordinatesInBounds(
RepeaterCoordinates coordinates,
bool treatCyclicalBoundsAsInfinite
)
Parameters
- coordinates RepeaterCoordinates
-
The coordinates.
- treatCyclicalBoundsAsInfinite Boolean
-
True if cyclical directions should be treated as unbounded.
Return Value
Boolean
True if the coordinates are within the bounds.
Exceptions
Remarks
The coordinates must have the same number of dimensions as the bounds.
This method does not apply to zero dimensional bounds.
See Also
Reference