Article | 60002105 |
Type | Wish |
Product | Engine |
Version | 6027 |
Date Added | 12/19/2013 12:00:00 AM |
Fixed | (1/29/2014 12:00:00 AM) |
Submitted by | Wesley Beere |
Summary
Ability to have Grip points shown and snapping while a command action is running
Solution
Added in 6028. In the 6028 version a new static boolean is exported in the vdGlobalRenderProperties, named "ShowGripsOnActions" with default value false. By setting this property to True then the already activated grips will be rendered when an command or action is active.In the wrapper component you can access/use this like :
Dim doc As VectorDraw_Professional.vdDocument Set doc = VDraw.ActiveDocument.WrapperObject doc.GlobalRenderProperties.ShowGripsOnActions = True