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