| Article | 60001904 |
| Type | Wish |
| Product | Engine |
| Date Added | 2/8/2013 12:00:00 AM |
| Fixed | (2/8/2013 12:00:00 AM) |
| Submitted by | Francois Peens (MineRP |
Summary
Is it possible to export cmdScale(object SelSet, object BasePoint, object ScaleFactor, object ScaleZDirection) in Wrapper ?
Solution
Added in 6025
See sample code below in VB6:
VectorDraw.Professional.tlb should be added to project's references.
Dim vCommand As VectorDraw_Professional.vdCommandAction
Set vCommand = VDraw1.CommandAction.WrapperObject
vCommand.CmdScale_2 "ALL", "user", "user", True
