FormattedTableDataGetRotation
Method
|
Returns the zero content rotation angle.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual double GetRotation(
int row,
int column
)
Public Overridable Function GetRotation (
row As Integer,
column As Integer
) As Double
public:
virtual double GetRotation(
int row,
int column
)
abstract GetRotation :
row : int *
column : int -> float
override GetRotation :
row : int *
column : int -> float
Parameters
- row Int32
- [in] Row index of the cell.
- column Int32
- [in] Column index of the cell.
Return Value
Double
Zero content rotation angle value in radians.
See Also