←Select platform

GroupsRoles Property

Summary
Gets or sets the AnnGroupsRoles associated with this automation manager.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnGroupsRoles GroupsRoles { get; set; } 
@property (nonatomic, assign) LTAnnGroupsRoles *groupsRoles; 
public AnnGroupsRoles getGroupsRoles() 
public void setGroupsRoles(AnnGroupsRoles data) 
public:  
   property AnnGroupsRoles^ GroupsRoles 
   { 
      AnnGroupsRoles^ get() 
      void set(AnnGroupsRoles^ value) 
   } 
GroupsRoles # get and set (AnnAutomationManager) 

Property Value

The AnnGroupsRoles object to be associated with this automation manager. The default value is null.

Remarks

The following occurs when the value of GroupsRoles is not null:

AnnAutomationManager will automatically set the value of GroupsRoles to the AnnContainer.GroupsRoles of all the containers used in the system.

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.