Click or drag to resize

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
Members
  Member nameValueDescription
None0
KeysOnly1 Save only Key Parameters to the XML file.
All2 Save all parameters to the XML file.
See Also