AutoSave Property
Returns and sets the AutoSave for Alignments, CogoPoints, DescriptionKeyFiles, and PointGroups.
Signature: Overview
Returns and sets the AutoSave.
Signature
object.AutoSave
object
Alignments The object or objects this property applies to.
AutoSave
Boolean; read-write
TRUE: AutoSave is enabled
FALSE: AutoSave is disabled
Remarks
The initial value for this property is TRUE. Each addition or change is written to the Alignments file immediately. If this property is set to FALSE, the Save method must be called to write additions or changes to the Alignment file. The Add method for Alignments is always executed immediately, regardless of the AutoSave setting.
Returns and sets the AutoSave.
Signature
object.AutoSave
object
CogoPoints
The object or objects this property applies to.
AutoSave
Boolean; read-write
TRUE: AutoSave is enabled
FALSE: AutoSave is disabled
Remarks
The initial value for this property is TRUE. Each addition or change is written to the CogoPoints file immediately. If this property is set to FALSE, the Save method must be called to write additions or changes to the CogoPoints file. The Add method for CogoPoints is always executed immediately, regardless of the AutoSave setting.
Returns and sets the AutoSave.
Signature
object.AutoSave
object
DescriptionKeyFiles
The object or objects this property applies to.
AutoSave
Boolean; read-write
TRUE: AutoSave is enabled
FALSE: AutoSave is disabled
Remarks
The initial value for this property is TRUE. Each addition or change is written to the DescriptionKeyFiles file immediately. If this property is set to FALSE, the Save method must be called to write additions or changes to the DescriptionKeyFiles file. The Add method for DescriptionKeyFiles and DescriptionKeyFile are always executed immediately, regardless of the AutoSave setting.
Returns and sets the AutoSave.
Signature
object.AutoSave
object
PointGroups
The object or objects this property applies to.
AutoSave
Boolean; read-write
TRUE: AutoSave is enabled
FALSE: AutoSave is disabled
Remarks
The initial value for this property is TRUE. Each addition or change is written to the PointGroups collection immediately. If this property is set to FALSE, the Save method must be called to write additions or changes to the PointGroups collection. The Add method for PointGroups is always executed immediately, regardless of the AutoSave setting.