IAcadTableGetRowHeight Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.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