Share

AcDbDatabase::setOleStartUp

C++

Acad::ErrorStatus setOleStartUp(
    bool val
);

Description

Sets the database to use val as the new OLESTARTUP value.

See the system variables documentation in the AutoCAD Command Reference for information on OLESTARTUP.Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input bool for OLESTARTUP

Links

AcDbDatabase Class

Was this information helpful?