C#
VB
Java
Objective-C
WinRT C#
C++
Groups all of the AnnObjects in SelectedObjects into an AnnGroupObject.
public void Group(
string groupName
)
Public Sub Group( _
ByVal groupName As String _
)
public void Group(
string groupName
)
-(void) group:(NSString*)aGroupName;
public void group(String groupName)
function Leadtools.Annotations.Core.AnnSelectionObject.Group(
groupName
)
public:
void Group(
String^ groupName
)
groupName
The name of the new AnnGroupObject that this method creates.
Calling this method will create a new AnnGroupObject, add all of the SelectedObjects into the group and add the group to the AnnContainer.
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