←Select platform

GroupRoles Property

Summary
Gets a dictionary which define the group (as the key) and the roles that belong to it (as a collection of roles).
Syntax
C#
Objective-C
C++/CLI
Java
Python
public Dictionary<string, AnnRoles> GroupRoles { get; } 
@property (nonatomic, strong, readonly) NSDictionary<NSString *, LTAnnRoles *> *groupRoles; 
public java.util.Map<String, AnnRoles> getGroupRoles() 
public:  
   property Dictionary<String^, AnnRoles^>^ GroupRoles 
   { 
      Dictionary<String^, AnnRoles^>^ get() 
   } 
GroupRoles # get  (AnnGroupsRoles) 

Property Value

The dictionary which define the group (as the key) and the roles that belong to it (as a collection of roles). Default value is an empty dictionary ready to be used.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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