function Leadtools.Annotations.Automation.AnnAutomation.attachContainer( container , undoRedoObject )
Parameter | Type | Description |
---|---|---|
container | AnnContainer | The annotation container to attach this automation to. This value cannot be null. |
undoRedoObject | AnnAutomationUndoRedoObject | Optional undo/redo object that contains the internal data. |
You can use this method to attach this AnnAutomation object to an existing container. This could be useful in a multi-page annotation application for instance as shown in the example.
undoRedoObject must be either null or the value returned from GetUndoRedoObject that holds the data the previous time container was attached to this automation object.
This example will show how a multi-page annotation application would use a single automation object to annotate multiple containers.