Add_SVG
MethodAdd_SVG (Method)
This method inserts an SVG file into the drawing
Syntax:
Function Add_SVG(sSVGFile As String, x As Single, y As Single, z As Single, vItemProperties As Object, vRetHandles As Object) As Boolean
The Add_SVG method syntax consists of the following:
Parameter |
Data Type |
Description |
sSVGFile |
String |
The name of the SVG 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 |
vItemProperties |
Object |
A string array of properties for the new object |
vRetHandles |
Object |
Returns an integer array with the handles of the new objects |
Return value:
Boolean - True on success, false on error.