TableStyleTextHeight(RowType) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual double TextHeight(
RowType rowType
)
Public Overridable Function TextHeight (
rowType As RowType
) As Double
public:
virtual double TextHeight(
RowType rowType
)
abstract TextHeight :
rowType : RowType -> float
override TextHeight :
rowType : RowType -> float
Parameters
- rowType RowType
-
Return Value
Double
See Also