AcadTableClassGetRowHeight Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual double GetRowHeight(
int row
)
Public Overridable Function GetRowHeight (
row As Integer
) As Double
public:
virtual double GetRowHeight(
[InAttribute] int row
)
abstract GetRowHeight :
row : int -> float
override GetRowHeight :
row : int -> float
Parameters
- row
- Type: SystemInt32
Return Value
Type:
Double
Implements
IAcadTableGetRowHeight(Int32)
See Also