←Select platform

GroupName Property

Summary
Gets or sets the group name for this automation object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual string GroupName { get; set; } 
@property (nonatomic, copy, nullable) NSString *groupName; 
public String getGroupName() 
public void setGroupName(String value) 
public:  
   virtual property String^ GroupName 
   { 
      String^ get() 
      void set(String^ value) 
   } 
GroupName # get and set (AnnAutomationObject) 

Property Value

The group name for this automation object. The default value is "Main".

Remarks

GroupName can be used to categorize automation objects into groups. For example, "Basic Drawing Shapes", "Medical" and "Document" annotations. This can be used by the user interface as the name for the toolbar for example.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.