Ungroups the AnnGroupObject object currently being edited.
public virtual void Ungroup()
Public Overridable Sub Ungroup()
public:
virtual void Ungroup();
This method will ungroup the AnnGroupObject currently being edited. The objects inside this AnnGroupObject will be added into the Container and the AnnGroupObject will be removed.
You can determine if this AnnAutomation contains an AnnGroupObject that is being edited and can be ungrouped by calling the CanUngroup property.
Ungroup internally calls the AnnGroupObjectAnnGroupObject.Ungroup method.
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