DemandLoadARXApp Property

Specifies whether AutoCAD demand-loads a third-party application if a drawing contains custom objects.

See Also | Example

Signature

object.DemandLoadARXApp

object

PreferencesOpenSave
The object or objects this property applies to.

DemandLoadARXApp

acARXDemandLoad enum; read-write

acDemandLoadDisabled

acDemandLoadOnObjectDetect

acDemandLoadCmdInvoke

acDemandLoadOnObjectDetect + acDemandLoadCmdInvoke

System variables

The value for this property is stored in the DEMANDLOAD system variable.

Remarks

The initial value for this property is acDemandLoadOnObjectDetect + acDemandLoadCmdInvoke.

acDemandLoadDisabled

Turns off demand-loading.

acDemandLoadOnObjectDetect

Demand-loads the source application when you open a drawing that contains custom objects. This setting does not demand-load the application when you invoke one of the application's commands.

acDemandLoadCmdInvoke

Demand-loads the source application when you invoke one of the application's commands. This setting does not demand-load the application when you open a drawing that contains custom objects.

acDemandLoadOnObjectDetect + acDemandLoadCmdInvoke

Demand-loads the source application when you open a drawing that contains custom objects or when you invoke one of the application's commands.

 

   Comments?