Click or drag to resize

IiLogicAutomationParametersXmlSave Method

Exports Inventor parameters from a document to an XML file.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function ParametersXmlSave ( 
	doc As Document,
	xmlFileName As String,
	Optional saveOption As XmlSaveOption = XmlSaveOption.All
) As Integer

Parameters

doc
Type: Document
The document.
xmlFileName
Type: SystemString
The full path of the XML file.
saveOption (Optional)
Type: Autodesk.iLogic.InterfacesXmlSaveOption
Specifies whether to save only key parameters, or all parameters.

Return Value

Type: Int32
Remarks
You can export all parameters, or key parameters only.
See Also