RVTDocs.com

RepeaterCoordinates.GetCoordinate

Method
Description:
Returns the coordinate in the given dimension.
Remarks:
The dimension begins at 0 and must be in the range [0, number of dimensions in the bounds - 1]. This method does not apply to zero dimensional coordinates.
Syntax
public int GetCoordinate(
	int dimension
)
Parameters
Parameter Type Description
dimension Int32 The dimension.
Return Value
Type Description
Int32 The coordinate.
Exceptions
Exception Condition
ArgumentException The dimension is invalid for these coordinates.
InvalidOperationException The coordinates must have at least one dimension.