Share

AcDbTable::textRotation

C++

virtual ADESK_DEPRECATED AcDb::RotationAngle textRotation(
    int row, 
    int col
) const;

Description

This function returns the rotation angle of the text in the specified cell.

The possible values for rotation angle are AcDb::kDegrees000, AcDb::kDegrees090, AcDb::kDegrees180, and AcDb::kDegrees270.

This method is deprecated and may be removed in a future release.

Parameters

Parameters Description
row Input integer specifying the zero-based row index for the cell
col Input integer specifying the zero-based column index for the cell

Links

AcDbTable

Was this information helpful?