Imports Inventor parameters from an XML file to a document.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Function ParametersXmlLoad ( doc As Document, xmlFileName As String ) As Integer
C#
int ParametersXmlLoad( Document doc, string xmlFileName )
Parameters
- doc
- Type: Document
The document. - xmlFileName
- Type: System.String
The full path of the XML file.