Control the behavior of ParametersXmlSave.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Public Enumeration XmlSaveOption
C#
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. |