IAcadTableStyleGetTextHeight2
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
double GetTextHeight2(
        string bstrCellStyle
)
 
Function GetTextHeight2 ( 
        bstrCellStyle As String
) As Double
 
double GetTextHeight2(
        [InAttribute] String^ bstrCellStyle
)
 
abstract GetTextHeight2 : 
        bstrCellStyle : string -> float 
 
 
 
Parameters
- bstrCellStyle  String
 
-  
 
Return Value
Double
 
See Also