|
Add_SVG (Method)
This function inserts a .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
|
Is the name of the SVG 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
|
vItemProperties
|
Object
|
Is a string array with 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.
Example
|