The LnSaveOptions enumeration contains the variants of changes that need to be saved. The enumeration is used by the following properties and methods:
Value |
Brief description |
1 |
Values. To save the series values. |
2 |
Attributes. To save the attributes values. |
4 |
Name. To save the series name. |
8 |
ObservationAttributes. To save the values of the observation attributes. |
255 |
All. To save all. |
256 |
CalculatedValues. To save the calculated values if they differ from the values of database series. |
511 |
llCalc. To save all including the calculated values that differ from the values of database series. |
To use several values of the LnTransformPeriodSet enumeration, separate them with Or.
The llCalc value is equivalent to the specifying of the All and the CalculatedValues values separated with Or.
See also: