Searches a list of containers for annotation objects using GUIDs.
public static IDictionary<int,
IList<AnnObject>> FindObjectsByGuid(
IEnumerable<AnnContainer> containers,
IEnumerable<string> guids
)
Public Shared Function FindObjectsByGuid(
ByVal containers As IEnumerable(Of AnnContainer
),
ByVal guids As IEnumerable(Of String)) As IDictionary(Of Integer, IList(Of AnnObject))
public:
static IDictionary<Int32,
IList<AnnObject^>^>^ FindObjectsByGuid(
IEnumerable<AnnContainer^>^ containers,
IEnumerable<String^>^ guids
)
containers
Containers to search.
guids
Group of object GUIDs to search for.
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 a matching AnnObject.Guid to guids.
If either 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