Share

AcDbTable::setRotation

C++

Acad::ErrorStatus setRotation(
    double fAngle
) override;

Description

Sets the rotation angle.

Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
double Input angle in radians

Links

AcDbTable

Was this information helpful?