FindObjectsByGuid Method (original) (raw)

Summary

Searches a list of containers for annotation objects using GUIDs.

Syntax

Parameters

containers

Containers to search.

guids

Group of object GUIDs to search for.

Return Value

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.

Remarks

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.

Leadtools.Annotations.Engine Assembly