Share

AcDbDatabase::setPlineEllipse

C++

Acad::ErrorStatus setPlineEllipse(
    bool pline
);

Description

Sets pline to be the PELLIPSE value for the database. The value of false is 0. The value of true is 1.

See the System Variables section of the AutoCAD Command Reference for information on PELLIPSE.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pline Input Boolean representing the PELLIPSE value

Links

AcDbDatabase Class

Was this information helpful?