RVTDocs.com

RepeaterCoordinates(Int32, Int32)

Constructor
Description:
Creates two dimensional coordinates.
Syntax
public RepeaterCoordinates(
	int x,
	int y
)
Parameters
Parameter Type Description
x Int32 The coordinate in first dimension.
y Int32 The coordinate in second dimension.
Return Value