Groups the objects currently being edited.
public virtual void Group()
Public Overridable Sub Group()
public:
virtual void Group();
This method will group one or more objects that are currently being edited into one group. The objects will be removed from the Container and added to a new AnnGroupObject. You can get this new AnnGroupObject by querying the CurrentEditObject property immediately after calling Group.
You can determine if this AnnAutomation contains objects that can be currently grouped together by calling the CanGroup property.
For more information, refer to Undoing Automation Operations. (Deprecated)
For an example, refer to CanGroup.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET