TableSetTextHeight(Double,
Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetTextHeight(
double height,
int rowTypes
)
Public Overridable Sub SetTextHeight (
height As Double,
rowTypes As Integer
)
public:
virtual void SetTextHeight(
double height,
int rowTypes
)
abstract SetTextHeight :
height : float *
rowTypes : int -> unit
override SetTextHeight :
height : float *
rowTypes : int -> unit
Parameters
- height Double
-
- rowTypes Int32
-
See Also