Wish : AddPolyline in Wrapper to work with array of xyz values.
| Article | 60000287 |
| Type | Wish |
| Product | Engine |
| Version | 6009 |
| Date Added | 10/29/2007 |
| Fixed | Yes [10/29/2007] |
| Submitted by | Wayne Romer |
| Keywords | |
Subject
AddPolyline in Wrapper to work with array of xyz values.
Summary
AddPolyline in Wrapper to work with array of xyz values as in version 5. Like :
ReDim arrpt(8)
arrpt(0) = 57947.8601004493
arrpt(1) = 34588.1562160824
arrpt(2) = -369.6237
arrpt(3) = 57947.8601004493
arrpt(4) = 34588.1562160824
arrpt(5) = -371.1237
arrpt(6) = 57951.4017716887
arrpt(7) = 34586.5047076608
arrpt(8) = -371.1237
Set vPoly = vdpro.ActiveDocument.entities.AddPolyline(arrpt)
Solution
Added in 6010