Add_XML
MethodAdd_XML (Method)
This method inserts an XML file that contains a drawing and it was exported by another AVAX by the PrintToXML method
Syntax:
Function Add_XML(sXMLFile As String, x As Single, y As Single, z As Single, vRetHandles As Object) As Boolean
The Add_XML method syntax consists of the following:
Parameter |
Data Type |
Description |
sXMLFile |
String |
A String expression that defines the path of the xml file |
x |
Single |
The x coordinate of the insertion point |
y |
Single |
The y coordinate of the insertion point |
z |
Single |
The z coordinate of the insertion point |
vRetHandles |
Object |
A Variant expression that returns the handles of the inserted objects |
Return value:
Boolean - True on success, false on error.