public AnnGroupsRoles GroupsRoles { get; set; }
Public Property GroupsRoles As AnnGroupsRoles
@property (nonatomic) LTAnnGroupsRoles* groupsRoles;
public AnnGroupsRoles getGroupsRoles()
public void setGroupsRoles(AnnGroupsRoles roles)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document