Class vdgroupsManager
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Manage groups for the active document. Each document can contains groups that are collection of entities. If an entity is selected and belongs to a specific group then all entities in the group collection are selected.
It is accessible by UndoHistory()
public class vdgroupsManager
- Inheritance
-
vdgroupsManager
- Inherited Members
Properties
- IgnoreGroups
Enable /Disable the group selection for all the groups in the document
Methods
- AddItem(string, object)
Adds the passed figure item to the passed group.If group does not exist a new one is created with the passed name
- ClearGroup(string)
Remove all entities for the passed group name.If group does not exist nothing is done.
- EnableGroup(string, bool)
Enable / Disable the selection for the passed group
- GetEntities(string)
Get all the entities of an existing group.
- RemoveItem(string, object)
Removes the passed figure item from the passed group.If group does not exist nothing is done.