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 |