Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationObject Class : GroupName Property |
public virtual string GroupName {get; set;}
'Declaration
Public Overridable Property GroupName As String
public virtual string GroupName {get; set;}
@property (nonatomic,copy) NSString* groupName;
public String getGroupName() public void setGroupName(String value)
<br/>get_GroupName();<br/>set_GroupName(value);<br/>Object.defineProperty('GroupName');
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.