C#
VB
Java
Objective-C
WinRT C#
C++
Ungroups the AnnGroupObject specified by groupName.
public void Ungroup(
string groupName
)
Public Sub Ungroup( _
ByVal groupName As String _
)
public void Ungroup(
string groupName
)
-(void) unGroup:(NSString*)aGroupName;
public void unGroup(String groupName)
function Leadtools.Annotations.Core.AnnSelectionObject.Ungroup(
groupName
)
public:
void Ungroup(
String^ groupName
)
groupName
The name of the AnnGroupObject to be ungrouped.
Calling this method will ungroup all of the objects in the specified AnnGroupObject, add them to the AnnContainer, and destroy the AnnGroupObject.
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