| Article | 70000812 |
| Type | Wish |
| Product | Engine |
| Date Added | 6/17/2016 12:00:00 AM |
| Fixed | 7.7008.1.1 (6/17/2016 12:00:00 AM) |
| Submitted by | John Dannecker |
Summary
Is it possible to export the PickBoxVisibility and AxisVisibility properties in Wrapper component ?
Solution
It is exported to 7.7008.1.1 version and above. You can use it like (in VB6): Public WithEvents doc As VectorDraw_Professional.vdDocument Private Sub Form_Load() Set doc = VDraw1.ActiveDocument.WrapperObject doc.GlobalRenderProperties.AxisVisibility = AxisVisibilityFlag_HideOnSelectActions doc.GlobalRenderProperties.PickBoxVisibility = PickBoxVisibilityFlag_ShowOnPointActions End Sub
