Gets or sets the AnnGroupsRoles associated with this container.
public AnnGroupsRoles GroupsRoles { get; set; }
Public Property GroupsRoles As Leadtools.Annotations.Core.AnnGroupsRoles
public Leadtools.Annotations.Core.AnnGroupsRoles GroupsRoles {get; set;}
@property (nonatomic) LTAnnGroupsRoles* groupsRoles;
public AnnGroupsRoles getGroupsRoles()
public void setGroupsRoles(AnnGroupsRoles roles)
get_GroupsRoles();
set_GroupsRoles(value);
Object.defineProperty('GroupsRoles');
public:
property AnnGroupsRoles^ GroupsRoles
{
AnnGroupsRoles^ get()
void set(AnnGroupsRoles^ value)
}
The AnnGroupsRoles object to be associated with this container. Default value is null.
The following occurs when the value of GroupsRoles is not null:
The user ID of any annotation object added to this container will be updated if it was empty. This is performed by checking the value of AnnObject.UserId against an empty string or null, and if so, updating this value with AnnGroupsRoles.CurrentUser.
When performing hit-testing, objects that do not have the correct role will be ignored and cannot be hit-tested (and thus, selected by the automation). This is performed by calling AnnGroupsRoles.IsCurrentUserInRole with AnnOperationType.HitTestObjects and either allowing the hit-test or ignoring it if based on the method return value. This is done when HitTestPoint or HitTestRect is called.
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