Share

XmlSaveOption Enumeration

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

See Also

Reference

Was this information helpful?