Returns the smallest index of the array in the given dimension.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2014
Syntax
| C# |
|---|
public int GetLowerBound(
int dimension
) |
| Visual Basic |
|---|
Public Function GetLowerBound ( _
dimension As Integer _
) As Integer |
| Visual C++ |
|---|
public:
int GetLowerBound(
int dimension
) |
Parameters
- dimension
- Type: System..::..Int32
The dimension.
Return Value
The smallest index of the array in the given dimension.
Remarks
Exceptions
See Also