Add_XML

Top  Previous  Next

 

Add_XML (Method)

 

This function inserts a .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

Is the x coordinate of the insertion point

y

Single

Is the y coordinate of the insertion point

z

Single

Is 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.

 

Example