| Article | 60000935 |
| Type | Wish |
| Product | Engine |
| Date Added | 8/11/2009 12:00:00 AM |
| Fixed | (8/11/2009 12:00:00 AM) |
| Submitted by | Wayne Romer |
Summary
When I match two vdFigures the groups are not also matched.
Solution
A new Method was added to the vdFigure object like below. This method should be called by the user after a MatchProperties call in order to match also the groups of these objects.
Adds the passed vdFigure object to the Groups of this object.
fig:The vdFigure object to be added to all the groups that this object belongs.
public void MatchGroupObjects(vdFigure fig)
