Share

Database.OleStartUp Property

Description

Accesses the database's OLESTARTUP header variable value.

See the system variables documentation in the AutoCAD Command Reference for information on OLESTARTUP.

Visual Basic

Public Property OleStartUp() As bool

C#

public bool OleStartUp;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?