XRefDemandLoad Property |
Specifies demand loading of external references.
Signature
object.XRefDemandLoad
object
PreferencesOpenSave
The object or objects this property applies to.
XRefDemandLoad
acXRefDemandLoad enum; read-write
acDemandLoadDisabled
acDemandLoadEnabled
acDemandLoadEnabledWithCopy
System variables
The value for this property is stored in the XLOADCTL system variable.
Remarks
Demand loading improves performance by loading only the parts of the referenced drawing needed to regenerate the current drawing.
The loading options are:
acDemandLoadDisabled
Turns off demand loading; the entire drawing is loaded.
acDemandLoadEnabled
Turns on demand loading and improves AutoCAD performance. Other users cannot edit the file while it is being referenced.
acDemandLoadEnabledWithCopy
Turns on demand loading but uses a copy of the referenced drawing. Other users can edit the original drawing.
The initial value for this property is acDemandLoadEnabled.
Comments? |