Article | 41020132 |
Type | HowTo |
Product | Engine |
Version | 4.0.2.1020 |
Date Added | 5/27/2003 |
Submitted by | Robbert Nieuwerf |
Keywords |
Sometimes CommandAction's commands are not returning the correct results.
In some enviroments (like VB 6.0) you have to convert the parameters to the VectorDraw command desired type like :
Dim A as Double Dim B as Double A=1 B=2 vd.CommandAction.CmdArc Array(1.1,2.2,3.3), 10#, CDbl(A), CDbl(B)