Searches a list of containers for annotation objects using GUIDs.
findObjectsByGuid = function(
containers,
guids
)
static findObjectsByGuid(
containers: AnnContainer[],
guids: string[]
): { [key: number]: AnnObject[] };
containers
Containers to search.
guids
Group of object GUIDs for which to search.
A dictionary (map) where the key is the index of the container in containers and the value is a list of annotation objects in this container that has AnnObject.Guid items that match the guids.
If either of containers or guids is null, then this method will return null.
This is a helper method that can quickly search and find all the annotation objects using their GUIDs in a group of containers. This can be helpful when using the Document Toolkit History Tracking feature of Annotations SDK.
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