Share

AcDbDatabase::setCshadow

C++

Acad::ErrorStatus setCshadow(
    Adesk::UInt8 val
);

Description

Sets the value of the CSHADOW system variable.

Returns Acad::eOk if successful. If val is outside of the valid range, returns Acad::eInvalidInput.

Parameters

Parameters Description
val Input value for the CSHADOW system variable

Links

AcDbDatabase Class

Was this information helpful?