Prod.: Engine, ver.: 6014, ID: 60000776, Wish : A global Document property to enable/disable groups

Wish : A global Document property to enable/disable groups

Article60000776
TypeWish
ProductEngine
Version6014
Date Added2/16/2009
FixedYes [2/16/2009]
Submitted byGareth Moore
Keywords

Subject

A global Document property to enable/disable groups

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;