Gets the specified row height in meters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRowHeight( _
ByVal Row As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IBomTable
Dim Row As Integer
Dim value As Double
value = instance.GetRowHeight(Row)
|
C# | |
---|
double GetRowHeight(
int Row
) |
C++/CLI | |
---|
double GetRowHeight(
& int Row
) |
Parameters
- Row
Row number; this is a 0-based index
Return Value
Height of the specified row in meters
Remarks
See Also