XmlSaveOption Enumeration |
Control the behavior of ParametersXmlSave.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Public Enumeration XmlSaveOption
public enum XmlSaveOption
Members
| Member name | Value | Description |
---|
| None | 0 | |
| KeysOnly | 1 |
Save only Key Parameters to the XML file.
|
| All | 2 |
Save all parameters to the XML file.
|
See Also