|
Add_AVX (Method)
This function inserts an .AVX file into the drawing
Syntax:
Function Add_AVX(sAvaxFile As String, x1 As Single, y1 As Single, z1 As Single, vItemProperties As Object, sScale As Single, sAngle As Single) As Integer
The Add_AVX method syntax consists of the following:
Parameter
|
Data Type
|
Description
|
sAvaxFile
|
String
|
Is the name of the .AVX file.
|
x1
|
Single
|
Is the x coordinate of the insertion point
|
y1
|
Single
|
Is the y coordinate of the insertion point
|
z1
|
Single
|
Is the z coordinate of the insertion point
|
vItemProperties
|
Object
|
Is a string array with properties for the new objects
|
sScale
|
Single
|
Is the importing drawing's scale factor
|
sAngle
|
Single
|
Is the importing drawing's rotation angle relative to the insertion point
|
Return value:
Integer - An Avax handle on success, zero on error.
Example
|