IAcadTableGetRowHeight Method
|
Namespace: BricscadDb
Assembly: BricscadDb (in BricscadDb.dll)
Version: 25.0.0.0
Syntax
double GetRowHeight(
int row
)
Function GetRowHeight (
row As Integer
) As Double
double GetRowHeight(
[InAttribute] int row
)
abstract GetRowHeight :
row : int -> float
Parameters
- row Int32
-
Return Value
Double
See Also