IiLogicAutomationParametersXmlLoad Method |
Imports Inventor parameters from an XML file to a document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function ParametersXmlLoad (
doc As Document,
xmlFileName As String
) As Integer
int ParametersXmlLoad(
Document doc,
string xmlFileName
)
Parameters
- doc
- Type: Document
The document. - xmlFileName
- Type: SystemString
The full path of the XML file.
Return Value
Type:
Int32See Also