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