Revit 2025.3 API
Repeater |
Creates two dimensional coordinates.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RepeaterCoordinates( int x, int y )
Public Sub New ( x As Integer, y As Integer )
public: RepeaterCoordinates( int x, int y )
new : x : int * y : int -> RepeaterCoordinates
Parameters
- x Int32
- The coordinate in first dimension.
- y Int32
- The coordinate in second dimension.
See Also