Share

RepeaterBounds.GetLowerBound Method

Returns the smallest index of the array in the given dimension.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public int GetLowerBound(
	int dimension
)

Parameters

dimension  Int32
The dimension.

Return Value

Int32
The smallest index of the array in the given dimension.

Exceptions

ExceptionCondition
ArgumentException The dimension is invalid for these bounds.
InvalidOperationException The bounds must have at least one 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 bounds.

See Also

Reference

Was this information helpful?