RepeaterCoordinates(Int32, Int32) Constructor |
Creates two dimensional coordinates.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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