C++
virtual ADESK_DEPRECATED Acad::ErrorStatus setTextRotation( int row, int col, AcDb::RotationAngle rot );
Description
This function sets 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.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
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 |
rot | Input value specifying the text rotation angle for the cell |