Article | 60000776 |
Type | Wish |
Product | Engine |
Version | 6014 |
Date Added | 2/16/2009 12:00:00 AM |
Fixed | (2/16/2009 12:00:00 AM) |
Submitted by | Gareth Moore |
Summary
A global Document property to enable/disable groups
Solution
A new property has been added to the Groups collection like below :
A boolean value that represents if the groups are enabled for the Document.
<remarks>
Default value false which means that the groups are Not ignored.
This value must be set each time a user opens a new Document or opens a drawing.There are several events where the user can set this value.
public bool IgnoreGroups
Usage C#: mDoc.Groups.IgnoreGroups = true;