Share

AcDbTable::setBlockRotation

C++

virtual ADESK_DEPRECATED Acad::ErrorStatus setBlockRotation(
    int row, 
    int col, 
    double rotAng
);

Description

This function sets the rotation angle of the block reference at the specified cell in the table.

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
rotAng Input rotation angle

Links

AcDbTable

Was this information helpful?