Share

AcDbDatabase::setShadedge

C++

Acad::ErrorStatus setShadedge(
    Adesk::Int16 mode
);

Description

Sets mode to be the SHADEDGE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
mode Input SHADEDGE value (must be in the range 0 to 3)

Links

AcDbDatabase Class

Was this information helpful?